views:

266

answers:

2

For example i am able to get the feed from the spreadsheet and worksheet id. I want to capture the data from each cell. How do i do that? I.E i am able to get the feed from the worksheet. Now i need to get data(string type?) from each of the cell to make comparison and for input. How exactly can i do that?

+1  A: 

Maybe you can use this library http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_python.html ?

Vadik
+1  A: 

Google data api has a Python binding including for spreadsheets: http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_python.html

Lakshman Prasad