Super simple Google Spreadsheets Python API.
Basic usage
Connect to Google Spreadsheet and set a value to a cell:
import gspread
# Login with your Google account
gc = gspread.login('thedude@abid.es','****')
# Open a worksheet from spreadsheet with one shot
wks = gc.open("Where is the money Lebowski?").sheet1
wks.update_acell('B2', "it's down there somewhere, let me take another look.")
Features
Open a spreadsheet by its title, url or key.
Select cells by labels, e.g. ‘A1’.
Extract range, entire row or column values.
Independent of Google Data Python client library.
Python 3 support.
Code and documentation
Check gspread on GitHub.
License
MIT
Download
Release files for gspreed 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gspreed-0.2.2.tar.gz | 13.8 kB | Details |
Release files / gspreed-0.2.2.tar.gz
| Download URL | gspreed-0.2.2.tar.gz |
|---|---|
| Size | 13.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
96486cf2c2111386c992cbdab494c4b8489b5a361b6130d8fabc92d7b3c53962
|
|
BLAKE2b-256 checksum How to use checksums |
17aa5610ac167b9036b54ceb713b4d41f728b67446dae6789e948902a7b52c78
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |