You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my task, I need to get the color of the cell and different logic will be executed from the color.
I managed to find a small amount of information on how to get such data, namely, to pass the includeGridData parameter with the value true to the get method. Finded solution. Code example of working prototype
result of pprint(data.json()['sheets'][0]['data'][0]['rowData'][0]['values'][0]['effectiveFormat'])
The 'values' key stores data for a specific row specified in the range, and 'rowData' stores all rows specified in the range.
The text was updated successfully, but these errors were encountered:
In my task, I need to get the color of the cell and different logic will be executed from the color.
I managed to find a small amount of information on how to get such data, namely, to pass the includeGridData parameter with the value true to the get method. Finded solution. Code example of working prototype
acc
its service_accountresult of
pprint(data.json()['sheets'][0]['data'][0]['rowData'][0]['values'][0]['effectiveFormat'])
The
'values'
key stores data for a specific row specified in the range, and'rowData'
stores all rows specified in the range.The text was updated successfully, but these errors were encountered: