Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() What you want to do is to put the data into a workbook that has a template with a chart already setup and posibly has a macro already built into the workbook. XML data is really ascii (text) data not a workbook, but excel reads the file and automatically creates a workbook. The problem is the XML is text and can't contain charts and other Excel objects. The solution is to create a template with the chart and a macro that will read XML data . You don't even need a macro you could just manually read the XML data into a workbook and place the data at a fixed location. The only issue is if the data is alway the same size or will vary in size. fixed size datta is very easy to handle in this method. If the data size varies then you have to adjust the range of the chart. -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=183459 Microsoft Office Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Programmatically Generating Excel Line Charts using C# | Excel Programming | |||
Generating dynamic charts based on the user input | Charts and Charting in Excel | |||
Generating Statistics with Excel | Excel Discussion (Misc queries) | |||
Generating Charts in Excel | Excel Discussion (Misc queries) | |||
generating an excel graph with C++ | Excel Programming |