gsheets
gsheets copied to clipboard
Pythonic wrapper for the Google Sheets API
gsheets has a very nice API to read values from a spreadsheet. Are there plans to extend the API to also write values back into the spreadsheet? (or did I...
Hey! Could we please have an option to specify the `valueRenderOption` setting for the v4 sheets request? https://github.com/xflr6/gsheets/blob/2c47e1993bc5ffa345bbbd1eed136a53851082fb/gsheets/backend.py#L80 Another method called `formula_values()` could work too where it just has `valueRenderOption:...
How to read local .gsheets file?
According to https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html oauth2client should be replaced with google-auth. Any plans to do this?