Google Spreadsheets Python API
Project description
Super simple Google Spreadsheets Python API.
Features
Google Sheets API v4.
Open a spreadsheet by title, key or url.
Read, write, and format cell ranges.
Sharing and access control.
Batching updates.
Example
import gspread
gc = gspread.service_account()
# Open a spreadsheet by title
sh = gc.open("Iris Data")
# Get the first sheet
wk = sh.sheet1
# Update a range of cells using the top left corner address
wk.update('A1', [['Species', 'Sepal length'], ['Iris setosa', 5.1]])
# Format the header
wk.format('A1:B1', {'textFormat': {'bold': True}})
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gspread-5.4.0.tar.gz
(48.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gspread-5.4.0-py3-none-any.whl
(37.2 kB
view details)
File details
Details for the file gspread-5.4.0.tar.gz.
File metadata
- Download URL: gspread-5.4.0.tar.gz
- Upload date:
- Size: 48.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6172b62fa899e3e4199d2d0ea1008b64305554ba08d3d3a96e9123824fdec48
|
|
| MD5 |
6346c57a49e9f0b0431bdfc17093e4e8
|
|
| BLAKE2b-256 |
9b627cce536823e659435e65c3aa9d7998623726e52f6e9b9ac2aedeb3367b66
|
File details
Details for the file gspread-5.4.0-py3-none-any.whl.
File metadata
- Download URL: gspread-5.4.0-py3-none-any.whl
- Upload date:
- Size: 37.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21704b47d007c3b5fd34eddfa4c4a9dcd1ecc1dc615083b9c636127726e66c18
|
|
| MD5 |
7de2de1ef53e6c27cbc4b5d752ad8dd4
|
|
| BLAKE2b-256 |
794b3445dbb3a6129020fc3291bd019dcb2ffdb63a00fba1ea7fb0a51d092390
|