Javascript Chart to Excel
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-06-17T21:20:51Z
Indexed on
2010/06/17
21:23 UTC
Read the original article
Hit count: 379
JavaScript
|excel
Hi I'm using highcharts to create some charts (pie, bar, etc...) using just Javascript. These charts do not use Flash or anything like that. Is it possible for me to convert the resulting HTML page with the Javascript chart to an excel document that properly shows the image?
I've tried the standard change mime types for excel and so far I've only been able to export an HTML table on the page, but no chart.
© Stack Overflow or respective owner