Changelog History
Page 2
-
v3.7.0 Changes
February 18, 2021โก๏ธ 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)๐ Documentation fixes (#814 by @hkuffel)
โก๏ธ 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)Add
auth.service_account_from_dict()
(#785 b7 @mahenzon)๐ Fix
ValueRange.from_json()
(#791 by @erakli)๐ Update documentation: oauth2.rst (#794 by @elnjensen)
๐ Update documentation: oauth2.rst (#789 by @Takur0)
๐ Allow
auth
to beNone
. Fix #773 (#774 by @lepture)
-
v3.6.0 Changes
April 30, 2020 -
v3.5.0 Changes
April 23, 2020Simplified 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) -
v3.4.2 Changes
April 06, 2020 -
v3.4.1 Changes
April 05, 2020- ๐ Fix
TypeError
when using gspread in google colab (#750)
- ๐ Fix
-
v3.4.0 Changes
April 05, 2020โ Remove
oauth2client
in favor ofgoogle-auth
#472, #529 (#637 by @BigHeadGeorge)Convert
oauth2client
credentials togoogle-auth
(#711 by @aiguofer)โ Remove unnecessary
login()
fromgspread.authorize
๐ Fix sheet name quoting issue (#554, #636, #716):
- Add quotes to worksheet title for get_all_values (#640 by @grlbrwrg, #717 by @zynaxsoft)
- Escaping title containing single quotes with double quotes (#730 by @vijay-shanker)
- Use
utils.absolute_range_name()
to handle range names (#748)๐ Fix
numericise()
: add underscores test to work in python2 and <python3.6 (#622 by @epicfaace)โ Add
supportsAllDrives
to Drive API requests (#709 by @justinr1234)โ Add
Worksheet.merge_cells()
(#713 by @lavigne958)๐ Improve
Worksheet.merge_cells()
and addmerge_type
parameter (#742 by @aiguofer)โ Add
Worksheet.sort()
(#639 by @kirillgashkov)โ Add ability to reorder worksheets #570 (#571 by @robin900)
- Add
Spreadsheet.reorder_worksheets()
- Add
Worksheet.update_index()
โก๏ธ Add
test_update_cell_objects
(#698 by @ogroleg)โ Add
Worksheet.append_rows()
(#556 by @martinwarby, #694 by @fabytm)โ Add
Worksheet.delete_rows()
(#615 by @deverlex)โ Add Python 3.8 to Travis CI (#738 by @artemrys)
Speed up
Client.open()
by querying files by title in Google Drive (#684 by @aiguofer)Add
freeze
,set_basic_filter
andclear_basic_filter
methods toWorksheet
(#574 by @aiguofer)๐ Use Drive API v3 for creating and deleting spreadsheets (#573 by @aiguofer)
Implement
value_render_option
inget_all_values
(#648 by @mklaber)Set position of a newly added worksheet (#688 by @djmgit)
โ Add url properties for
Spreadsheet
andWorksheet
(#725 by @CrossNox)โก๏ธ Update docs: "APIs & auth" menu deprecation, remove outdated images in oauth2.rst (#706 by @manasouza)
-
v3.3.1 Changes
April 01, 2020- ๐ Support old and new collections.abc.Sequence in
utils
(#745 by @timgates42)
- ๐ Support old and new collections.abc.Sequence in
-
v3.3.0 Changes
March 12, 2020 -
v3.2.0 Changes
January 30, 2020Fixed
gspread.utils.cell_list_to_rect()
on non-rect cell list (#613 by @skaparis)๐ Fixed sharing from Team Drives (#646 by @wooddar)
๐ Fixed KeyError in list comprehension in
Spreadsheet.remove_permissions()
(#643 by @wooddar)๐ Fixed typos in docstrings and a docstring type param (#690 by @pedrovhb)
๐ Clarified supported Python versions (#651 by @hugovk)
๐ Fixed the Exception message in
APIError
class (#634 by @lordofinsomnia)Fixed IndexError in
Worksheet.get_all_records()
(#633 by @AivanF) -
v3.1.0 Changes
November 27, 2018โฌ๏ธ Dropped Python 2.6 support
๐ Fixed KeyError in urllib.quote in Python 2 (#605, #558)
๐ Fixed Worksheet.title being out of sync after using update_title (#542 by @ryanpineo)
๐ Fix parameter typos in docs (#616 by @bryanallen22)
๐ Miscellaneous docs fixes (#604 by @dgilman)
๐ Fixed typo in docs (#591 by @davidefiocco)
โ Added a method to copy spreadsheets (#625 by @dsask)
โ Added
with_link
attribute when sharing / adding permissions (#621 by @epicfaace)โ Added ability to duplicate a worksheet (#617)
๐ Change default behaviour of numericise function #499 (#502 by @danthelion)
โ Added stacklevel=2 to deprecation warnings