Re: using google app through python

2010-11-04 Thread Steve Holden
On 11/1/2010 5:05 AM, charu gangal wrote: > Hey! Can anyone help me with python script for reading google > spreadsheets? what all packages do i need to import to make the code > run successfully after deploying it on google environment..thnx in > advance I've found the xlrd module very usable. r

Re: using google app through python

2010-11-01 Thread Dirk Nachbar
Why don't you start here http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_python.html On 1 Nov, 09:05, charu gangal wrote: > Hey! Can anyone help me with python script for reading google > spreadsheets? what all packages do i need to import to make the code > run successfully a