Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradoyler/googlesheets-reader
Read rows from a Google Spreadsheet and convert to JSON documents
https://github.com/bradoyler/googlesheets-reader
Last synced: 17 days ago
JSON representation
Read rows from a Google Spreadsheet and convert to JSON documents
- Host: GitHub
- URL: https://github.com/bradoyler/googlesheets-reader
- Owner: bradoyler
- Created: 2016-03-05T13:41:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T03:18:04.000Z (over 6 years ago)
- Last Synced: 2024-10-11T01:14:24.636Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deprecation Notice: this uses v3 of the google spreadsheets API
New development @ https://github.com/bradoyler/googlesheet-to-json# googlesheets-reader
Node.js library to read rows from a Google Spreadsheet and convert to JSON documents.
ie.
```js
[
{ Section:'Sports', Date:'8/6/2015'},
{ Section:'Business', Date:''}
]```
### This is a early work in-progress.
## Install
```
npm install googlesheets-reader --save
```## Example
see 'test' folder
or run:
```
$ node test
```## Todos:
- Add Mocha tests
- Support for paging through large sheets
- Support for accessing private sheets