Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytonyjan/google_sheets_to_csv
A Command-Line Tool converting Google Sheets to CSV
https://github.com/tonytonyjan/google_sheets_to_csv
csv google-sheets ruby
Last synced: about 2 months ago
JSON representation
A Command-Line Tool converting Google Sheets to CSV
- Host: GitHub
- URL: https://github.com/tonytonyjan/google_sheets_to_csv
- Owner: tonytonyjan
- Created: 2020-01-20T09:22:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T09:24:29.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T13:14:31.133Z (2 months ago)
- Topics: csv, google-sheets, ruby
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google_sheets_to_csv
A Command-Line Tool converting Google Sheets to CSV
## Installation
```
gem install google_sheets_to_csv
```## Usage
```
$ google_sheets_to_csv --help
Usage: google_sheets_to_csv [options] [SHEET_ID]Environment Variables:
- GOOGLE_SHEETS_TO_CSV_KEY - used for only public sheets
- GOOGLE_SHEETS_TO_CSV_CREDENTIAL_PATH - used for both public and private sheets-r, --ranges A:Z,Sheet2 A list of A1 notations of the values to retrieve.
-h, --help Prints this help
```