how to extract a chart from a spreadsheet?

  • Thread starter Dennis McCarthy
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top