.net - Easy creation/updating of Office Open XML Charts (PowerPoint preferred) -


Whether the office-independent to create / update the Open XML Chart of Office fully executed with different types of documents . PowerPoint has been liked in some lines of code.

An example from MSDN does this in a difficult way (as far as I can understand that I need to create all those things like access obviously ), although many components reading / writing Excel 2007 charts allow charts in some lines of code, implications creating child objects (acid, labels, tick mark, etc.).

Aspose.Slides.Pptx also does not seem to provide a deep-chart version (such as changing the chart type, etc.)

However PowerPoint Favorites, Solutions and Other For example, Office documents (such as Word and Excel) that can be ported into PowerPoint, are also welcome

Nixi, personally I will be with OpenXML SDK v2

There is a bit of a learning curve But once you get through that, I think you will have more control. You'll also need some good xml skills.

Tip: Use Document Reflector (part of SDK). This is very useful.


Comments