gspread 0.0.12
Google Spreadsheets Python library
gspread is a super simple library for interacting with Google Spreadsheets.
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.
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','password')
# 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.")
Code and documentation
Check gspread on GitHub.
License
MIT
Download
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| gspread-0.0.12.linux-i686.exe (md5) | MS Windows installer | any | 2011-12-25 | 71KB | 130 |
| gspread-0.0.12.tar.gz (md5) | Source | 2011-12-25 | 10KB | 320 | |
- Author: Anton Burnashev
- Home Page: https://github.com/burnash/gspread
- Keywords: spreadsheets,google-spreadsheets
- License: MIT
-
Categories
- Development Status :: 3 - Alpha
- Intended Audience :: Developers
- Intended Audience :: End Users/Desktop
- Intended Audience :: Science/Research
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 3
- Topic :: Office/Business :: Financial :: Spreadsheet
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: burnash
- DOAP record: gspread-0.0.12.xml
