View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PatrickSi PatrickSi is offline
external usenet poster
 
Posts: 1
Default XML generating excel charts

Hi,

I have an ASP webapplication that exports a dataset to an excel workbook via
XML.
My question is if it would be possible to write XML-code that automatically
draws charts in Excel based on the data exported.

Let's say I have one DataTable with 2 columns. Then I want to export the raw
data to sheet1 in excel while sheet2 plots the data from sheet1 only using
the supplied XML code.