Google Spreadsheets Python library
Project description
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
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.0.13.tar.gz
(12.5 kB
view hashes)
Built Distribution
gspread-0.0.13.linux-i686.exe
(75.8 kB
view hashes)