An open API service indexing awesome lists of open source software.

https://github.com/levonet/google-spreadsheet-reader

Simple Google Spreadsheets Reader
https://github.com/levonet/google-spreadsheet-reader

Last synced: 12 months ago
JSON representation

Simple Google Spreadsheets Reader

Awesome Lists containing this project

README

          

# Google Spreadsheets Reader

`gssr` — tools for output some parts of Google Spreadsheets in console or file.

```sh
gssr --help

Usage: gssr [outputFile]

Options:

-V, --version output the version number
-c, --client-secrets-file OAuth client secrets file
See this wizard: https://developers.google.com/sheets/api/quickstart/nodejs#step_1_turn_on_the_api_name
(default: client_secret.json)
-k, --spreadsheet-id spreadsheet Id from URL
-r, --spreadsheet-range spreadsheet range. For example: `Sheet1!C2:E`
-s, --output-separator output separator (default: `\t`)
-h, --help output usage information
```