Is it possible to export google.visualization.DataTable() to excel?

I have data created like :
var data = new google.visualization.DataTable();
data.addColumn()....
data.addRow()....

Now I need to add a button, on click of which the data needs to be
exported in the table format.
Please let me know, where can I find some such kind of example.

Thanks and Regards
Nitin

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to