Programatically Insert Excel Worksheet into PowerPoint in asp.net
-
Thursday, February 07, 2013 4:53 AM
I am programmatically creating an Excel workbook in a asp.net web application (in C#), that contains a table of data and a chart which represents the data (in a single worksheet). I am currently using Office 2010.I would like to provide this same view of data in PowerPoint. In PowerPoint, I can manually insert an Excel workbook by choosing from the menu bar, Insert/Object, then "Create from file", then select "Microsoft Excel Worksheet". I select the Excel workbook that was previously created and the worksheet is displayed on the PowerPoint slide. I need to perform this task programmatically.Would somebody be able to help me understand how to insert an Excel workbook into PowerPoint (Office 2010) programmatically
Regars
shankar.parsanamoni.
- Moved by Cindy Meister MVPMVP, Moderator Thursday, February 07, 2013 5:58 AM from VSTO; user wants to use Open XML SDK
All Replies
-
Thursday, February 07, 2013 5:26 AMoffice automation is not supported from inside IIS process. Try to find out if this action is possible from open xml sdk.
-
Thursday, February 07, 2013 5:48 AM
Sorry for the mistake,I need to develop open xml sdk.I am new to this technology so please help me out.If you know any links or sample code please place it here.thanks in advance
-
Thursday, February 07, 2013 6:06 AM
Hi,
I need to export excel sheet data to power point,After long search i got this Link.But it is for windows application.I need to develop in web application.So please help me out.Somebody saying like better to use open xml sdk. Even i dont know that also.so i am kindly request is please suggest how to achieve.
- Merged by Cindy Meister MVPMVP, Moderator Thursday, February 07, 2013 7:52 AM same request
-
Thursday, February 07, 2013 7:27 AM
try searching a little yourself
http://openxmldeveloper.org/discussions/development_tools/f/35/t/5226.aspx
http://social.msdn.microsoft.com/Forums/eu/oxmlsdk/thread/0528035b-a359-4d07-ae72-ef94b2b5f2a6
- Proposed As Answer by Yoyo JiangMicrosoft Contingent Staff, Moderator Friday, February 08, 2013 9:28 AM
- Marked As Answer by Yoyo JiangMicrosoft Contingent Staff, Moderator Monday, February 18, 2013 8:39 AM
-
Thursday, February 07, 2013 7:55 AMModerator
Besides openxmldeveloper.org that Damain suggested, you can also look here
http://msdn.microsoft.com/en-us/library/bb448854.aspx
You may also find this helpful
http://ankushbhatia.wordpress.com/2010/09/13/how-to-copy-a-chart-and-a-slide-in-an-existing-presentation/
Cindy Meister, VSTO/Word MVP, my blog
- Proposed As Answer by Yoyo JiangMicrosoft Contingent Staff, Moderator Friday, February 08, 2013 9:29 AM
- Marked As Answer by Yoyo JiangMicrosoft Contingent Staff, Moderator Monday, February 18, 2013 8:39 AM

