There are plenty of examples on this forum for different ways to query a MySQL database and populate charts and tables. Generating a CSV export is best handled server-side, and I think there are examples of different ways of doing that here, but you might have to look at other sites like StackOverflow <http://stackoverflow.com/> for examples.
On Saturday, August 10, 2013 12:09:02 PM UTC-4, Razee Hussein-Jamal wrote: > > I am currently developing a website system where the data source is a > mysql database, I want to be able to use google charts, tables and put > different filters on the data to view. And also be able to export these > data to a csv file, do anyone of you have an idea which is the best way to > approach to such a project. > > Are there any available examples for this kind of work. > > Thank you > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
