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
Apologies for any mistakes, it's my first time writing an issue on GitHub.
I'm trying to get all the values from a sheet, but when using get_all_values() the returned data is missing certain columns which appear fine when I use .row_values(). I'm not sure if I'm doing something wrong or misunderstanding how get_all_values() works, but after a lot of testing, this feels like a bug to me.
I wrote the code below to compare the retrieved values:
Missing: ['ORIGINAL', 'BASIC also in PREMIUM', 'forwardFacingCName_raw', 'EXTENDED also in PREMIUM', 'CID', 'forwardFacingCName', 'ADD ;', 'SB', 'BASIC also in EXTENDED']
Apologies for any mistakes, it's my first time writing an issue on GitHub.
I'm trying to get all the values from a sheet, but when using get_all_values() the returned data is missing certain columns which appear fine when I use .row_values(). I'm not sure if I'm doing something wrong or misunderstanding how get_all_values() works, but after a lot of testing, this feels like a bug to me.
I wrote the code below to compare the retrieved values:
Environment info
Operating System: OSX Sierra 10.12.6
Python version: 3.7.0
gspread version: 3.1.0
The text was updated successfully, but these errors were encountered: