Hi
I need to create Charts in Powerpoint file, I will fetch the data from SQL server in my asp.net application.
I don't need to use Excel for create chart and then export them to PPT unless can we directly create charts in PPT.
I searched this on web but I didn't get any proper example.
Please help.
Thanks in advance.
Anubhav
Hi Anubhav,
Try creating charts manually in PowerPoint 2007/2010. Once you click on 'Insert Chart' icon and selects the type of the chart, It actually opens an excel sheet (in an excel application).
So, to create it programatically you need to create the chart first in excel and copy the contents of excel ChartPart object into power point ChartPart object.
Hi Pramod,
Thanks for your reply!
Can you please provide any basic example of creating EXCEL sheet using OpenXml?