|
-
August 31st, 2005, 08:25 AM
#1
Object Serialization
How can i serialize an Excel charting Object to XML using
XmlSerializer IN .Net?
I tried serializing it ..but comes with an error "Cannot Serialize Interface
Excel.chart"
Let me know how we can do this
-
August 31st, 2005, 08:57 AM
#2
Re: Object Serialization
Not sure whether you can serialize out of proc. COM object using .NET serializer.
Latest versions of Excel let you save the file in xml format (called SpreadsheetML). Not sure whether it is started with '97 or 2000 version. See whether it helps. Use Excel's built-in macro recorder to get the code to save the sheet/workbook in xml format.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|