Skip to content

Instantly share code, notes, and snippets.

@mcsquaredjr
mcsquaredjr / google_spreadsheet.py
Created August 6, 2014 15:53
Simple wrapper around Google GData API. Caveat: columns cannot have spaces in their name. Make sure that gdata is installed before using it, to install go https://code.google.com/p/gdata-python-client/
USERNAME = 'your user name here'
PASSWD = 'your password here'
DOC_NAME = 'Document Name'
import sys
import gdata.docs
import gdata.docs.client
import gdata.docs.data