Hi there,
I need to copy a chart from an excel file (from a specific sheet-e.g. sheet 2) and paste it onto a specific slide (e.g. third slide) in a presentation.
I can't seem to find an example even just to get started. Could you please help?
There's a method, XLExportChart, in the example here:
http://msdn.microsoft.com/en-us/library/bb739834.aspx#ManipulateOpenXMLExcelPowerPoint_ExportaChartfromaWorksheet
But for some reason, the example is for WordProcessingDocument instead of PresentationDocument. And I can't seem to get it to work when I tried to translate this code for PresentationDocument. Thanks in advance if you could help me out!
Thanks
Furious_Rabbit