Insert graphs from Excel into PPTX files

We have a need to programmatically interact (in .NET) with PPTX files. We need to insert images, text, slides, graphs, etc. The first three are fairly straightforward but I’m wondering how/if I can insert graphs into PPT from Excel.


Please advise.

Also, it would be nice to be able to get this information from the phone when I’m CONSIDERING buying software rather than needing actual support once the purchase occurs.

Thanks,

James

Hi James,


Thanks for your interest in Aspose.Slides.

I have observed your requirements and like to share that you can add the excel charts in Aspose.Slides generated presentation as Ole frames. Please visit this documentation link for your kind reference. Please also visit this documentation link for your further knowledge. The later link contain the example of creating excel chart using Aspose.Cells and then adding that to PPT as Ole frame. You can skip the part of creating excel chart and just open the workbook using Aspose.Cells and access the chart in that. Then adding that to Aspose.Slides as Ole frame.

Aspose.Slides also offer the support for generating MSO charts in case of PPTX. Please visit this documentation link if it suits your requirements.

Many Thanks,