Are you saying you want to access a Google spreadsheet via the web2py DAL as if it were a database? I suppose you'd need to write a custom DAL adapter for that: http://web2py.com/books/default/chapter/29/6#Note-on-new-DAL-and-adapters. If you just want to access Google spreadsheets via its standard API, you should be able to do so from web2py using the Python client library: http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_python.html.
Anthony On Monday, January 30, 2012 9:11:09 AM UTC-5, Sonal_b wrote: > > I would like to know if it is possible to insert/retrieve data to/from > Google Spreadsheet using Web2Py framework. > In case yes, what all changes are required to be done at the code > level. Also any specific configurations required to achieve the same?

