What's Changed
- feature -- adding
worksheet.get_records
to get specific row ranges by @AndrewBasem1 in #1301 - Fix list_spreadsheet_files return value by @mephinet in #1308
- Fix warning message for
worksheet.update
method by @ksj20 in #1312 - change lambda function to dict (fix pyupgrade issue) by @alifeee in #1319
- allows users to silence deprecation warnings by @lavigne958 in #1324
- Add
maintain_size
to keep asked for size inget
,get_values
by @alifeee in #1305
New Contributors
- @AndrewBasem1 made their first contribution in #1301
- @mephinet made their first contribution in #1308
- @ksj20 made their first contribution in #1312
Full Changelog: v5.11.3...v5.12.0