Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebcit/googleqlwrapper
A tiny JS wrapper for Google Visualization API Query Language
https://github.com/lebcit/googleqlwrapper
google-api google-sheets query-language wrapper wrapper-api
Last synced: 10 days ago
JSON representation
A tiny JS wrapper for Google Visualization API Query Language
- Host: GitHub
- URL: https://github.com/lebcit/googleqlwrapper
- Owner: LebCit
- License: mit
- Created: 2024-04-23T16:23:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T23:09:15.000Z (9 months ago)
- Last Synced: 2024-11-13T04:35:18.435Z (2 months ago)
- Topics: google-api, google-sheets, query-language, wrapper, wrapper-api
- Language: JavaScript
- Homepage: https://lebcit.github.io/posts/google-ql-wrapper/
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleQLWrapper
GoogleQLWrapper simplifies [Google's Visualization API Query Language](https://developers.google.com/chart/interactive/docs/querylanguage).
To gain insight into the development and functionality of GoogleQLWrapper, please take a moment to read the article available [here](https://lebcit.github.io/posts/google-ql-wrapper/). This article explains why and how the tool was created, providing a clear understanding of its workings.
> [!IMPORTANT]
> GoogleQLWrapper works only on [publicly available spreadsheets](https://support.google.com/docs/answer/183965?hl=en&ref_topic=9083762) that grant at least a **Viewer** permission to anyone on the internet with the link.# Usage
To simplify the documentation and illustrate it with concrete examples, I've created a [public multi-sheet document](https://docs.google.com/spreadsheets/d/1FrnOkibXDg7NzxxMx6x3vDzpnV522ObYSSOewuoyiGg/), with some data, that you can use to test this wrapper.
Add GoogleQLWrapper-min.js to your project.
Load a module script before the closing `
Testing GoogleQLWrapper