Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel data to graph??

Status
Not open for further replies.

adamw007

Programmer
Joined
Apr 23, 2004
Messages
2
Location
GB
Hi - I have never used XML before but I believe it may be able to help me with my project. I have an excel file that displays graphs of the data. I want the graphs to be displayed in a web browser and not Excel - can this be achieved using XML or a combination of XML and any other technologies. Your help and or advise would be greatly appreciated.

Thanks,

AdamW007.
 
You will need to transform the data in xml using your example.

The easiest way to show excel data in a web page would eb to use server side scripting (asp etc), and connect to the excel file via odbc and then use sql to query and asp / html / xsl to parse it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top