Cannot retrieve cell value when column or row are zero #795
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
You cannot retrieve a cell value when row or column are zero since there is a
if not
check that prevents the call to go thru.Expected behavior
The call should support zeros since indexing of columns and rows are zero-based.
How to reproduce
client.drives.by_drive_id(drive_id).items.by_drive_item_id(item_id).workbook.worksheets.by_workbook_worksheet_id(worksheet_id).cell_with_row_with_column(0, 0).get()
SDK Version
1.4.0
Latest version known to work for scenario above?
No response
Known Workarounds
None
Debug output
Configuration
OS: macOS Sonoma
Arch: ARM64
Other information
No response
The text was updated successfully, but these errors were encountered: