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?
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!