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

Proposed v2.0.2 rewrite using google-spreadsheet@3.1.15 #31

Open johnbeech opened 3 years ago

johnbeech commented 3 years ago

I've raised an issue here: https://github.com/bassarisse/google-spreadsheet-to-json/issues/32 to advertise an updated version of the tool as a potential candidate to merge in the future.

Proposed change log:

2.0.2

Changes

2.0.1

Changes

2.0.0

New

Changes

spatical commented 3 years ago

@bassarisse I tested this updated code from @johnbeech and it seems to work great. In fact for my basic usage I was able to simply load his updated version without any code changes to my actual implementation code. I'd definitely recommend this update since the Google Spreadsheet module that is referenced has now passed the date that it was said to have been deprecated.

gamedevsam commented 3 years ago

Any reason why this shouldn't be merged? This library is kinda useless without these changes.