gspread v5.5.0 Release Notes
Release Date: 2022-08-31 // about 1 year ago-
- ๐ Use pathlib by @lavigne958 in https://github.com/burnash/gspread/pull/1057
- Migrate to drive API V3 by @lavigne958 in https://github.com/burnash/gspread/pull/1060
- Implement eq method for
Cell
by @chisvi in https://github.com/burnash/gspread/pull/1063 - โ Add missing documentation on
set_timeout
by @lavigne958 in https://github.com/burnash/gspread/pull/1070 - โ Add method to transfer / accept ownership of a spreadsheet by @lavigne958 in https://github.com/burnash/gspread/pull/1068
- โ Add
client_factory
param toauth
methods by @jlumbroso in https://github.com/burnash/gspread/pull/1075 - Fix
list_protected_ranges
by @lavigne958 in https://github.com/burnash/gspread/pull/1076 - โ Add function to convert column letter to column index by @lavigne958 in https://github.com/burnash/gspread/pull/1077
- ๐ Fix docstring name of named_range() param by @dgilman in https://github.com/burnash/gspread/pull/1081
- ๐ Fix grammar in docstring for client.export by @dgilman in https://github.com/burnash/gspread/pull/1080
- ๐ Many typo fixes to worksheet docstrings by @dgilman in https://github.com/burnash/gspread/pull/1083
- ๐ Fix function
numericise_all
by @lavigne958 in https://github.com/burnash/gspread/pull/1082 - Fix documentation about
oauth_from_dict
by @lavigne958 in https://github.com/burnash/gspread/pull/1088 - inherit_from_before option for insert_row/insert_rows by @yongrenjie in https://github.com/burnash/gspread/pull/1092
- โ add method to change the color of a tab by @lavigne958 in https://github.com/burnash/gspread/pull/1095
- ๐ docs: Fix a few typos by @timgates42 in https://github.com/burnash/gspread/pull/1094
- ๐ Fix typo in
Worksheet.batch_format
method by @lavigne958 in https://github.com/burnash/gspread/pull/1101
๐ New Contributors
- @chisvi made their first contribution in https://github.com/burnash/gspread/pull/1063
- @jlumbroso made their first contribution in https://github.com/burnash/gspread/pull/1075
- @yongrenjie made their first contribution in https://github.com/burnash/gspread/pull/1092
Previous changes from v5.4.0
-
- ๐ fix typo by @joswlv in https://github.com/burnash/gspread/pull/1031
- Fix error message in
get_all_records
by @lavigne958 in https://github.com/burnash/gspread/pull/1028 - โ Added feature request #1022. Auto resizing is now available for rows โฆ by @mketer1 in https://github.com/burnash/gspread/pull/1033
- โ add new method to hide/show a worksheet by @lavigne958 in https://github.com/burnash/gspread/pull/1030
- feat: Download PDF from Spreadsheet #1035 by @100paperkite in https://github.com/burnash/gspread/pull/1036
- Add test on
auto_resize_columns
by @lavigne958 in https://github.com/burnash/gspread/pull/1039 - โ Add method to unmerge cells by @lavigne958 in https://github.com/burnash/gspread/pull/1040
- โ Add method to delete a protected range by @lavigne958 in https://github.com/burnash/gspread/pull/1042
- ๐ Feature/clean organize documentation by @lavigne958 in https://github.com/burnash/gspread/pull/1043
- โ Add warning about deprecated oauth flow by @lavigne958 in https://github.com/burnash/gspread/pull/1047
- โ Add new
batch_format
method. by @lavigne958 in https://github.com/burnash/gspread/pull/1049 - Encode string to utf-8 when importing CSV content by @lavigne958 in https://github.com/burnash/gspread/pull/1054
๐ New Contributors
- @joswlv made their first contribution in https://github.com/burnash/gspread/pull/1031
- @mketer1 made their first contribution in https://github.com/burnash/gspread/pull/1033
- @100paperkite made their first contribution in https://github.com/burnash/gspread/pull/1036