I need generate charts into Power Points presentations. when is ASPOSE.SLIDES dll including this option?
P.D= Without "Objet Data" menssage and XLS file.
I need generate charts into Power Points presentations. when is ASPOSE.SLIDES dll including this option?
P.D= Without "Objet Data" menssage and XLS file.
If you don’t need editable charts then you can use Aspose.Slides with Aspose.Charts.
Example available in the Northwind demo.
I need create editable charts into PPT presentations.
In this case you know the answer. It’s not possible. There is only one way described in the Programmer’s Guide. XLS with “Object…” message.
Aspose.Slides is library for managing PowerPoint presentations but not for creating charts.
Ok,but if your application could generate Power Point Charts, your application would be more complete. In my project it is necessary to create Power Points Charts because the end users want to modify the Power Point Presentations Charts.
Really, MS PowerPoint can’t create charts too and there is no such name “PowerPoint Charts”.
Charts in PowerPoint are just OLE objects created with separate MS Office application MS Graph.
Format of MS Graph files is very similar to Excel sheets so Nanjing team (Aspose.Cells) is doing some research about it.
In any case it will be OLE object with “Object Changed” message so I don’t see any reasons to use it
when Excel charts can be used to get the same result.
I think Charts can be implemented for pptx format because they are stored in xml format and can be parsed easy enough.
Ok, thanks a lot, and sorry for my english.
I wish your make the new version(pptx).
Thans for your help