bassarisse / google-spreadsheet-to-json

Simple tool to export Google Spreadsheets to JSON files, though Node API or CLI
The Unlicense
134 stars 33 forks source link

`-w` option to get all tabs (feature request) #10

Closed ericsoco closed 7 years ago

ericsoco commented 7 years ago

Not sure exactly how this would work, but something like -w *, which would instruct iterating over each tab in spreadsheet.getInfo().worksheets.

ericsoco commented 7 years ago

https://github.com/theoephraim/node-google-spreadsheet#googlespreadsheetgetinfocallback

bassarisse commented 7 years ago

Had trouble supporting this through a * wildcard as suggested, so now there's a new argument to list all worksheets (https://github.com/bassarisse/google-spreadsheet-to-json/commit/70662f0b7f5a7b0adce45d25924c091236d57ddc). New version will be published soon.