Join
Sign in
Search Options
Search Everything
Search Development Tools
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Development Tools
»
.Net
»
How to copy/export Excel Chart then paste/insert into Word file
How to copy/export Excel Chart then paste/insert into Word file
Development Tools
Discussions about working with Open XML using a wide range of development tools
Get this RSS feed
Details
2
Replies
0
Subscribers
Posted
over 2 years ago
Options
Subscribe via RSS
Share this
.Net
How to copy/export Excel Chart then paste/insert into Word file
rated by 0 users
This post has
2 Replies |
0
Followers
Ottawa
70
Posted by
Ottawa
on
Sat, Feb 20 2010 10:25 PM
rated by 0 users
Post Points: 35
How to copy/export Excel Chart then paste/insert into Word file
I have a chart in spreadsheet.The chart itself reference formulas in different cells and worksheets all within the same workbook.
I want to copy/export the chart in spreadsheet then insert/paste into Word file. I know how to do this using Office automation. But new to Open XML. Is it possible to do this?
Any help would be appreciated! I am using SDK 2.0 and VB.NET
Thanks
mcohen20
25
Posted by
mcohen20
on
Wed, Mar 3 2010 9:46 AM
rated by 0 users
Post Points: 5
Re: How to copy/export Excel Chart then paste/insert into Word file
Ottawa,
I created something similar to what you are trying to accomplish. However, all of my data was contained on individual spreadsheets in their own workbooks. If you can set the workbooks up like that, you can try looking into using content controls to map them to the appropriate workbook.
Check out Eric White's blog http://blogs.msdn.com/ericwhite/default.aspx I found a lot of his information extremely helpful.
Let me know how it goes.
Ankush Bhatia
490
Posted by
Ankush Bhatia
on
Wed, Mar 3 2010 2:23 PM
rated by 0 users
Post Points: 5
Re: How to copy/export Excel Chart then paste/insert into Word file
Yes.. You can do this using Open XML.
Here is a blog which explains the same scenario
http://blogs.msdn.com/brian_jones/archive/2009/03/13/importing-charts-from-spreadsheets-to-wordprocessing-documents.aspx
HTH,
Ankush
Page 1 of 1 (3 items)