Looking for a tool for spreadsheet manipulation.

Brian St. Pierre brian at bstpierre.org
Wed Jan 19 13:51:14 EST 2011


On Wed, Jan 19, 2011 at 1:40 PM, Ted Roche <tedroche at tedroche.com> wrote:
> Or you could just throw the spreadsheet into Google Apps, since they
> seem to have worked out the multi-user document sharing aspects pretty
> well. However, I don't know of a command-line interface to that!

Google provides an API for Google Spreadsheets:

    http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html

and a python client library:

    http://code.google.com/p/gdata-python-client/

-Brian


More information about the gnhlug-discuss mailing list