Access Aspose.cells' chart in presentation

Already read this article and know how can i create OLE object and add in a slide.

https://docs.aspose.com/display/slidesjava/Adding+Frame+to+the+Slide#AddingFrametotheSlide-AccessinganOLEObjectFramefromtheSlide

The scenario is I am creating a chart using aspose.Cells API and then embedded in Presentation as an OLE object, later i want to modify some data in the Chart. From the article above, the only way i can do is create another chart and re-write in the OLE object.

Now, am i able to read the chart (OLE object) and modify the chart?
For example, convert the OLE object to a workbook and set Cell(“A1”) to “newValue”.



Hi,


I have observed your comments. I have shared a piece of code in text file with you, This will help you to achieve your requirements. I have also shared thread link. For more details, Please visit this thread link. Please share feedback with us if there is still an issue.

Best Regards,

Hi Adnan,

Thanks for the quick response, the sample code works for me.

Thanks,
Hang