🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

googlesheets-reader

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googlesheets-reader

read rows from a Google Spreadsheet and convert to JSON documents

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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.

[
 { 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

Keywords

google

FAQs

Package last updated on 04 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts