开发者

Save Excel 2007 data to a new PowerPoint presentation

开发者 https://www.devze.com 2023-01-07 01:46 出处:网络
I\'ve looked through many topics and have yet to find a reliable answer to what I need, so here goes:

I've looked through many topics and have yet to find a reliable answer to what I need, so here goes:

I'm looking to take multiple Excel sheets from a (.xlsx) document containing both tables and graphs, and embed the specified data in a new PowerPoint (.pptx) document using C#开发者_运维百科 (VS 2010)

If you have any information on the topic or can point me in the right direction I'd be truly grateful.


Here's a good article on this subject: Inserting Excel Charts into PowerPoint 2007


If you are trying to do this programatically you can look at Aspose, they have numerous tools that can help,

In your case it would be aspose.cells, and aspose.slides.

Aspose components aren't free though.

0

精彩评论

暂无评论...
验证码 换一张
取 消