Forum Moderators: open

Message Too Old, No Replies

Converting data into Microsft Excel graph

for use in the browser

         

StoutFiles

5:47 pm on Sep 28, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've seen this done a few times but I'm not sure how to word the question to find where Microsoft provides the code syntax to convert data I feed it from a database. I should be able to build a graph on the website using data.

Anyone know or have done this before?

penders

2:16 pm on Sep 29, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Some kind of ActiveX component (IE only)?

benevolent001

2:34 pm on Sep 29, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you limited with Microsoft Usage?

If choice is flexible then try Google Charts [code.google.com] Thats what exactly you need to have.

swa66

7:19 pm on Sep 29, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could simply export the data in cvs format, any spreadsheet, including excel will be able to load it.

SVG could be used to generate your graph easily, as could pdf.