-
loading creadentials for defact gpc's cli?
-
The update_cells function is giving me a StopIteration error. A few days ago, the same script worked fine...
~~~
File "gspread\models.py", line 485, in update_cells
feed = self._create_update…
ghost updated
6 years ago
-
I'm attempting to load a dataframe to a gsheet with code that has previously worked. The Google API is responding with an error code 429. Here is the full error:
```
APIError: {
"error": {
…
-
The row count grows on the sheets, when using the clear function, followed by an append_table (which inserts correctly at the top of the sheet):
data = [(1,2,3), (4,5,6), etc...]
wks.clear()
wks.…
-
A while ago Google released v4 of the Google Sheets API. ["The v4 version is JSON-based, has an easier-to-use interface, and adds a substantial amount of functionality that is not possible in the v3 v…
-
If row w\o values, get_row fails to form objects list:
```
ipdb> wks.get_row(1, returnas='cells')
*** IndexError: list index out of range
```
Also, no include_empty option from docs:
http://py…
-
I have a google sheet with columns `id`, `name` and `abbreviation`. One of the rows has values:
|id|name|abbreviation|
|--|--|--|
|...|...|...|
|3569|Nantes|NAN|
|...|...|...|
Redash is able…
-
I am using the following code to hide some sheets of a spreadsheet. I use php client library. My target is to export only the desired sheets into a PDF file. Since there is not method to achieve that,…
toabm updated
6 years ago
-
@maybelinot Looks like gspread was updated last month to use the new Google Sheet API v4, which is lightning fast compared to the API gspread in the version we depend on uses: https://github.com/burna…
-
Receiving KeyError message of 'errorValue' when fetching data from a worksheet tab and can't figure out what is causing this.
`------------------------------------------------------------------------…