Use Excel table insert as an object in a PPTX file

Hello,

In my pptx file I’ve copy/paste an Excel table and I can access the content of the table, but if I insert the Excel table as an object (Insert and update Excel data in PowerPoint - Microsoft Support) it would seem that I can’t access to the content of the table like it was a Aspose.Slides.Table shape, is there a solution for changing the data inside the OleObjectFrame only using aspose.Slides?

Aspose.Slides version: 21.4

Please, find in the attached file the pptx file and the xlsx file that was used.aspose.zip (47.2 KB)

Regards.

@ISIWARE

Excel table and PowerPoint tables are two different things. Once you will add excel table in PowerPoint table, it will be added as OLE Object. If you want to add as PowerPoint table, you will need to read the Excel values and add a table in PowerPoint based on that.