Do we have option to Convert Aspose Excel to PPT table with editable option

Is there any option available to convert Aspose excel to Aspose table with editable options?

@RajRitheesh,

I have observed the issue shared by you and like to share that Excel table and PPT tables are two different tables entirely internally and there is no option to convert one to other automatically. One option is that you read table in Excel using Aspose.Cells and add similar one in PowerPoint presentation using Aspose.Slides. The other option is to add Excel file with table as OLE object in PowerPoint presentation. Please visit this documentation link for your kind reference.

@mudassir.fayyaz Thanks for the response :slight_smile:

@RajRitheesh,

Thank you for your feedback.