spreadsheet as data source with Java Datasource Library
47 views
Skip to first unread message
gean carlos morales castro
unread,
Oct 10, 2012, 4:55:21 PM10/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Hello, I need help understanding how to use a google spreadsheet using google Java Datasource Library of google visualization,
thanks...
Sergey
unread,
Oct 11, 2012, 9:56:03 AM10/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Hi,
The Java DataSource library is intended for people who have data on their server that they need to deliver to the client. It is the glue that allows the JavaScript visualization tools to communicate with a server. Please excuse me if I misunderstood, but it seems like you want to create a chart from a Google Spreadsheet. You can achieve this by using a Query to send a request to the spreadsheet (like in that example) and using any of the charts in the Chart Gallery to chart that data.