A simple helper cli to interact with google sheets.
A simple helper cli to interact with google sheets.
$ npm install -g google-sheet-cli
$ google-sheet COMMAND
running command...
$ google-sheet (--version)
google-sheet-cli/0.0.0 darwin-arm64 node-v18.16.0
$ google-sheet --help [COMMAND]
USAGE
$ google-sheet COMMAND
...
You can import the GoogleSheet class as a module and use it without the cli functionality.
See code: src/lib/google-sheet.ts
google-sheet data
- Manage data in worksheetgoogle-sheet help
- Display help for google-sheet.google-sheet spreadsheet
- Manage spreadsheetsgoogle-sheet worksheet
- Manage worksheetsclient_email
and private_key
from this file to setup the Google Sheets Action.client_email
(that you got from the downloaded JSON file) with read permissions.Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details