gspread
gspread copied to clipboard
Google Sheets Python API
Add a new feature that allows a user to expand a cell range into a table. the expand will look for the right most cell with adjacent value. the expand...
I think get_notes would be more useful if if could be applied to a range in addition to a worksheet.
First, thanks for this tool! We have a pipeline where exceptions from packages such as `gspread` are pickled and stored for further processing. Unfortunately, the `APIError` exception is not able...
Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. Commits 65a38c4 Release 7.1.0 34c97e0 Merge pull request #1939 from PyCQA/new-pycodestyle defd315 latest pycodestyle 408d4d6 Merge pull request #1930 from mzagol/patch-1 866ad72 Add --extend-exclude...
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.8 to 1.7.9. Release notes Sourced from bandit's releases. 1.7.9 What's Changed Bump docker/build-push-action from 5.1.0 to 5.2.0 by @dependabot in PyCQA/bandit#1117 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
**Is your feature request related to a problem? Please describe.** I am using gspread to create quite a large spreadsheet in a particular format. One of the things that is...
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.12.0 to 4.12.2. Release notes Sourced from typing-extensions's releases. 4.12.2 Fix regression in v4.12.0 where specialization of certain generics with an overridden __eq__ method would raise errors....
Hi, I created a package called [gspread-models](https://github.com/s2t2/gspread-models-py) to provide an ORM style interface on top of gspread. I would like to add a link from the gspread docs to the...
fix type annotation