gspread 5.4.0
pip install gspread==5.4.0
Newer version available (6.2.1)
Released:
Google Spreadsheets Python API
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Anton Burnashev
- Maintainer: Alexandre Lavigne
- Tags spreadsheets , google-spreadsheets
- Requires: Python >=3.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Anton Burnashev
- Maintainer: Alexandre Lavigne
- Tags spreadsheets , google-spreadsheets
- Requires: Python >=3.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Built Distribution
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
|