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
Printable View
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
As long as Excel Chart object is just COM object try to use native (for the COM) way of serialization object by using IStream interface.Quote:
Originally Posted by kallzz