Releases: burnash/gspread
5.2.0
What's Changed
- Copy comments when during spreadsheet copy by @lavigne958 in #979
- Update user-guide.rst by @maky-hnou in #980
- merge setup test cassettes by @lavigne958 in #982
- Feature/add header validation get all records by @lavigne958 in #984
- Add timeout to client by @lavigne958 in #987
- Feature/update timezone and locale by @lavigne958 in #989
- Feature/make case comparison in find by @lavigne958 in #990
- Updated API rate limits by @hvinayan in #993
- Feature/prevent insert row to sheet with colon by @lavigne958 in #992
New Contributors
- @maky-hnou made their first contribution in #980
- @hvinayan made their first contribution in #993
Full Changelog: v5.1.1...v5.2.0
v5.1.1
5.1.1 (2021-12-22)
- Fix documentation about oauth (#975 by @lavigne958)
v5.1.0
5.1.0 (2021-12-22)
-
Codespell skip docs build folder (#962 by @lavigne958)
-
Update contributing guidelines (#964 by @lavigne958)
-
Add oauth from dict (#967 by @lavigne958)
-
Update README.md to include badges (#970 by @lavigne958)
-
Add new method to get all values as a list of Cells (#968 by @lavigne958)
-
automatic conversion of a cell letter to uppercase (#972 by @burovytskyi)
v5.0.0
5.0.0 (2021-11-26)
-
Fix typo and fix return value written in docstrings (#903 by @rariyama)
-
Add deprecation warning for delete_row method in documentation (#909 by @javad94)
-
split files
models.py
andtest.py
(#912 by @lavigne958) -
parent 39d1ecb author Christian Clauss [email protected] 1621149013 +0200 commit
ter Christian Clauss [email protected] 1630103641 +0200 (#869 by @cclaus) -
Enable code linter in CI (#915 by @lavigne958)
-
isort your imports (again), so you don't have to (#914 by @cclaus)
-
lint_python.yml: Try 'tox -e py' to test current Python (#916 by @cclaus)
-
Avoid IndexError when row_values() returns an empty row (#920 by @cclaus)
-
Bugfix - remove wrong argument in
batch_update
docstring (#912 by @lavigne958) -
Improvement - Add
Worksheet.index
property (#922 by @lavigne958) -
Add ability to create directory if it does not exist before saving the credentials to disk. (#925 by @benhoman)
-
Update test framework and VCR and cassettes (#926 by @lavigne958)
-
Update tox.ini with all linting commands under lint env (by @lavigne958)
-
Build package and docs in CI (#930 by @lavigne958)
-
Update the link to the Google Developers Console (#934 by @Croebh)
-
allow tests to run on windows, add and improve tests in WorksheetTests, add test on unbounded range,
use canonical range as specified in the API, add test cassettes, prevent InvalidGridRange,
improve code formating (#937 by @Fendse) -
fix fully qualified class names in API documentation (#944 by @geoffbeier)
-
fix editor_users_emails - get only from list not all users added to spreadsheet (#939 by @lukasz)
-
add shadow method to get a named range from a speadsheet instance (#941 by @lavigne958)
-
auto_resize_columns (#948 by @FelipeSantos75)
-
add functions for defining, deleting and listing named ranges (#945 by @p-doyle)
-
Implement
open
sheet within Drive folder (#951 by @datavaluepeople) -
Fix get range for unbounded ranges (#954 by @lavigne958)
-
remove potential I/O when reading spreadsheet title (956 by @lavigne958)
-
Add include_values_in_response to append_row & append_rows (#957 by @martimarkov)
-
replace raw string "ROWS" & "COLUMNS" to Dimension named tuple,
replace raw string "FORMATTED_VALUE", "UNFORMATTED_VALUE", "FORMULA" to ValueRenderOption named tuple,
replace raw string "RAW", "USER_ENTERED" to ValueInputOption named tuple (#958 by @ccppoo)
v4.0.1
- Do not overwrite original value when trying to convert to a number (#902 by @lavigne958)
v4.0.0
-
Changed
Worksheet.find()
method returnsNone
if nothing is found (#899 by @GastonBC) -
Add
Worksheet.batch_clear()
to clear multiple ranges. (#897 by @lavigne958) -
Fix
copy_permission
argument comparison inClient.copy()
method (#898 by @lavigne958) -
Alow creation of spreadhsheets in a shared drive (#895 by @lavigne958)
-
Allow
gspread.oauth()
to accept a custom credential file (#891 by @slmtpz) -
Update
tox.ini
, remove python2 from env list (#887 by @cclaus) -
Add
SpreadSheet.get_worksheet_by_id()
method (#857 by @a-crovetto) -
Fix
store_credentials()
whenauthorized_user_filename
is passed (#884 by @neuenmuller) -
Remove python2 (#879 by @lavigne958)
-
Use
Makefile
to run tests (#883 by @lavigne958) -
Update documentation
Authentication:For End Users
using OAuth Client ID (#835 by @ManuNaEira) -
Allow fetching named ranges from
Worksheet.range()
(#809 by @agatti) -
Update README to only mention python3.3+ (#877 by @lavigne958)
-
Fetch
creation
andlastUpdate
time fromSpreadSheet
on open (#872 by @lavigne958) -
Fix bug with
Worksheet.insert_row()
withvalue_input_option
argument (#873 by @elijabesu) -
Auto cast numeric values from sheet cells to python int or float (#866 by @lavigne958)
-
Allow
gspread.oauth()
to accept a custom filename (#847 by @bastienboutonnet) -
Document dictionary credentials auth (#860 by @dmytrostriletskyi)
-
Add
Worksheet.get_note()
(#855 by @water-ghosts ) -
Add steps for creating new keys (#856 by @hanzala-sohrab)
v3.7.0
-
Add
Worksheet.insert_note()
,Worksheet.update_note()
,Worksheet.clear_note()
(#818 by @lavigne958) -
Update documentation: oauth2.rst (#836 by @Prometheus3375)
-
Documentation fixes (#838 by @jayeshmanani)
-
Documentation fixes (#845 by @creednaylor)
-
Add
Worksheet.insert_cols()
(#802 by @AlexeyDmitriev) -
Update README.md (#811 by @tasawar-hussain)
-
Add
value_render_option
parameter toWorksheet.get_all_records()
(#776 by @damgad) -
Remove
requests
frominstall_requires
(#801) -
Simplify implementation of
Worksheet.insert_rows()
(#799 by @AlexeyDmitriev) -
Update documentation: oauth2.rst (#794 by @elnjensen)
v3.6.0
v3.5.0
-
Simplified OAuth2 flow (#762)
-
Fix
Worksheet.delete_rows()
index error (#760 by @rafa-guillermo) -
Deprecate
Worksheet.delete_row()
(#766) -
Scope
Worksheet.find()
to a specific row or a column (#739 by @alfonsocv12) -
Add
Worksheet.add_protected_range()
#447 (#720 by @KesterChan01) -
Add ability to fetch cell address in A1 notation (#763 by @tivaliy)
-
Add
Worksheet.delete_columns()
(#761 by @rafa-guillermo) -
Ignore numericising specific columns in
get_all_records
(#701 by @benjamindhimes) -
Add option
folder_id
when creating a spreadsheet (#754 by @Abdellam1994) -
Add
insertDataOption
toWorksheet.append_row()
andWorksheet.append_rows()
(#719 by @lobatt)