New development @ https://github.com/bradoyler/googlesheet-to-json
Node.js library to read rows from a Google Spreadsheet and convert to JSON documents.
ie.
[
{ Section:'Sports', Date:'8/6/2015'},
{ Section:'Business', Date:''}
]
npm install googlesheets-reader --save
see 'test' folder
or run:
$ node test
- Add Mocha tests
- Support for paging through large sheets
- Support for accessing private sheets