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
Hi. Please read the proposal for changing how get_all_records works for next release 6.0.0 -> #1367. We would enjoy if you would contribute your opinion :)
Describe the bug
A call to
get_all_records
retrieves the desired data, but also returns a large number of rows from below the data.This is new with 5.12.2, and did not occur in 5.12.1.
To Reproduce
Data:
Running
worksheet.get_all_records(expected_headers=['aaa'])
prints the following:(On a larger spreadsheet, there were only about 8 of these trailing empty rows.)
Expected behavior
Only two rows should have been returned.
Environment info:
The text was updated successfully, but these errors were encountered: