Google spreadsheets

Michele Simionato michele.simionato at gmail.com
Sun Sep 2 13:49:46 EDT 2007


On Sep 2, 7:13 pm, al... at mac.com (Alex Martelli) wrote:
> iapain <iap... 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

Thanks Alex, that's exactly what I was looking for.

     Michele




More information about the Python-list mailing list