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
Another method called formula_values() could work too where it just has valueRenderOption: 'FORMULA'.
The reason I need to access formulas is because it's the only way to fetch the image url for cells that hold image content (yup, google sheets cells can hold images now!!). The regular .values() method only returns an empty string.
The text was updated successfully, but these errors were encountered:
Hey!
Could we please have an option to specify the
valueRenderOption
setting for the v4 sheets request?gsheets/gsheets/backend.py
Line 80 in 2c47e19
Another method called
formula_values()
could work too where it just hasvalueRenderOption: 'FORMULA'
.The reason I need to access formulas is because it's the only way to fetch the image url for cells that hold image content (yup, google sheets cells can hold images now!!). The regular
.values()
method only returns an empty string.The text was updated successfully, but these errors were encountered: