D
Dennis McCarthy
I have an Excel spreadsheet that contains an XML map, formulas, and charts.
The XML map is used to import XML data into the spreadsheet. The formulas
compute other cell values from the imported cell values. The chart displays
the computed values.
I have ASP.NET code that calls a web service and imports the resulting XML
into the spreadsheet using OWC11. Now I want to send the chart back to the
browser as a GIF.
All of the OWC charting examples I have seen create the chart from the
Chartspaces object. I want to retrieve and export the chart from my
spreadsheet, after loading the data. Can anyone show me how to do this?
Thanks,
Dennis
The XML map is used to import XML data into the spreadsheet. The formulas
compute other cell values from the imported cell values. The chart displays
the computed values.
I have ASP.NET code that calls a web service and imports the resulting XML
into the spreadsheet using OWC11. Now I want to send the chart back to the
browser as a GIF.
All of the OWC charting examples I have seen create the chart from the
Chartspaces object. I want to retrieve and export the chart from my
spreadsheet, after loading the data. Can anyone show me how to do this?
Thanks,
Dennis