Iwark / spreadsheet

Google Go (golang) library for reading and writing spreadsheet files on Google Docs.
MIT License
382 stars 53 forks source link

Fetch only useful fields #23

Closed YuriyIlyin closed 6 years ago

YuriyIlyin commented 6 years ago

This change allow to quickly download spreadsheet without tons of extra json data. See fields param below https://developers.google.com/sheets/api/guides/concepts

Iwark commented 6 years ago

Thank you! It seems nice.