a-marenkov / gsheets

A Dart library for working with Google Sheets API.
Other
79 stars 31 forks source link

Spreadsheet id instructions #44

Closed alexeyselina closed 3 years ago

alexeyselina commented 3 years ago

Please consider changing instruction for getting spreadsheet id from the link:

https://docs.google.com/spreadsheets/d/spreadsheetId/edit#gid=1590950017

By mistake at first I tried this 'gid' because it marked with color. Maybe put it like

https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit#gid=doesntmatter

a-marenkov commented 3 years ago

Hi @alexeyselina

Thanks for the suggestion. I've removed all confusing instructions from readme, fixed link to example and added comments in example code with your suggestion.

a-marenkov commented 3 years ago

done in #46