datasheets icon indicating copy to clipboard operation
datasheets copied to clipboard

Read data from, write data to, and modify the formatting of Google Sheets

Results 6 datasheets issues
Sort by recently updated
recently updated
newest added

Hi there, Thanks for the great library. I'm having an issue pulling tab data for a column with a header which is formatted as `Date`. The data looks like this:...

Would it be possible to add an additional row_start arg for the fetch_data method? Occasionally have sheets with data in the first few rows that should be ignored.

Trying to use the OAuth Credentials. Have created the client_secrets.json and have both local hosts 8080 and 8888 set up, however it was throwing an error looking for 8081, so...

`returned "The transferOwnership parameter must be enabled when the permission role is 'owner'.">` I would like to transfer ownership using the workbook.share method: `workbook.share(email=email, role='owner', notify=True)`

If you fire off a lot of requests at one time it is possible to go over the 100 requests in 100 seconds limit. Once it hits that limit datasheets...

enhancement

refactor with chain assignment to make code more Pythonic and concise.