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 Visualization API
Thanks for your replay.
I see where you lead me with this. I like the method and concept. Now just need to learn the process and syntax.
I get how to display a chart using the Google Sheet and I see how to display a table using the addcolumn and/or addrow.
What I'm lost with is how to display a table using the data from the Google Sheet. Is there an example of what that would look like you can point me towards hat I can study.
Again, thanks for you time and help.
Ray Thomas
unread,
Jul 3, 2018, 2:43:47 PM7/3/18
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 Visualization API
The API treats tables as a type of chart, so you add the code to get the Sheet then "draw" the table. About the simplest I can make it is at https://jsfiddle.net/brisray/Lp01usoz/
Everything can be made a bit more sophisticated, including the query used to get the data from the Sheet, and once you get the hang of what is happening and how it works, the API is a great tool.
Some people have done great things with it, my use of it is relatively simple but here's some of what I've managed to do with a bit of practice.