Export Google Chart data (table) to excel or csv

I have a google chart, which is a table, and I need to be able to export data to excel or csv.

Can this be done in the Google Graphics API? I found several pages with code, but this was with data coming from Google docs, where as my data came from mySQL. My table also has some StringFilters, so the exported data should only be the data left after filtering.

If this is not possible using the API, what would be the best way to do this ... Can I get the filtered data in any other format that I can use?

Any help much appreciated Thanks

+5
source share

All Articles