Editable chart objects on PPT

Hi

At runtime, we need to open the chart objects embedded in the PPT, manipulate the data, and save those changes back into the PPT. Our end users have requested that the charts must remain as editable objects -- so embedding images produced by Aspose.Charts won't do.

I used Aspose.cells to create chart and embed it in aspose slide. But on editing it, the scaling and formatting changes. Also worksheet which is having chart, should be the active sheet while saving the changes. If datasheet has been modified and saved, without viewing the worksheet which is having the chart, then datasheet will get embedding in to the aspose slide.

Does Aspose giving any solution to it.

--
Thanks & Regards
Sridevi

Hi Sridevi,

OLE Object resizing is a known issue with slides created through Aspose.Slides for .NET component. Our development team is trying hard to resolve it. If you have created Excel charts using the code sample here, you would have created separate sheets for chart data and chart itself setting chart sheet as active sheet. If you open these sheets through MS PowerPoint, you will update chart data from the datasheet. After updating data, you can switch to chart sheet to make it active sheet.

If you desire to have chart data and chart in one sheet, you can get support from Aspose.Cells for .NET forum here.