Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```