Google Spreadsheets Python API
Project description
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
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-0.2.0.tar.gz
(13.9 kB
view details)
File details
Details for the file gspread-0.2.0.tar.gz.
File metadata
- Download URL: gspread-0.2.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d28ed1c2b44da89eac0c6f5a0a2711db39425d050ea316c79e8c4a1f49a91f3
|
|
| MD5 |
b8892cf196d1b8487f8abae0be904c88
|
|
| BLAKE2b-256 |
b04f5927d06375feb3a9f68261f16845ee9530aa5ab08955df3e40d4117b4c66
|