https://github.com/emad-elsaid/sheet2chart
Google sheets to google chart converter
https://github.com/emad-elsaid/sheet2chart
google-charts google-sheets
Last synced: about 1 month ago
JSON representation
Google sheets to google chart converter
- Host: GitHub
- URL: https://github.com/emad-elsaid/sheet2chart
- Owner: emad-elsaid
- Created: 2019-05-10T12:19:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T22:31:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T09:34:14.759Z (3 months ago)
- Topics: google-charts, google-sheets
- Language: HTML
- Homepage: http://www.emadelsaid.com/sheet2chart
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SHEET TO CHART
==============A script that converts a public google sheet data to a timeline chart.
The input for it is a Google sheet id (the part of the URL that looks cryptic)
for example in the following URL:
```
https://docs.google.com/spreadsheets/d/19AoR5siwI-cbrlJN47cZV7nhoZ9mO76XBUAWtO5Xb8A/edit#gid=0
```The sheet ID is `19AoR5siwI-cbrlJN47cZV7nhoZ9mO76XBUAWtO5Xb8A`, also make sure
the sheet if public as otherwise the sheet won't be accessible by the tool.The code doesn't need any server and doesn't transfer your data to any
thirdparty, it uses Ajax to get the sheet data and convert it with google chart
API to a timeline.