Google spreadsheets

Alex Martelli aleax at mac.com
Sun Sep 2 13:13:06 EDT 2007


iapain <iapain at gmail.com> wrote:

> On Aug 31, 5:40 pm, Michele Simionato <michele.simion... at gmail.com>
> wrote:
> > I would like to upload a tab-separated file to a Google spreadsheet
> > from Python. Does anybody
> > have a recipe handy? TIA,
> >
> >     Michele Simionato
> 
> Probably its irrelevant to python. Use should see Google Spreadsheet
> API and use it in your python application.
> 
> http://code.google.com/apis/spreadsheets/

For Python-specific use, you probably want to get the Python version of
the GData client libraries,
<http://code.google.com/p/gdata-python-client/> ; an example of using it
with a spreadsheet is at
<http://gdata-python-client.googlecode.com/svn/trunk/samples/spreadsheet
s/spreadsheetExample.py> .


Alex



More information about the Python-list mailing list