a-marenkov / gsheets

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

Support for developer metadata? #59

Open lemunozm opened 2 years ago

lemunozm commented 2 years ago

Hi!

Reading the google sheets docs, I discovered a feature that I didn't know about google sheets: developer metadata. Basically, it acts as a key for your row/column, so you can retrieve the data by key instead of by row/column index. Since a great point of this library API is the `'byKey functions, is it pending any support to make it work based on developer metadata instead of the index to avoid concurrent problems of several users modifying the same worksheet?

Thanks!