hi I am using google-apps api, is there any way to find particular cell data with where condition
Example: I have one spread sheet, with column names are empno, fname, lname, emailid
Have to write a query like "select emailid where empno='1111'" .
here I am not using any datastore or any database , using simple spreadsheet only
I know that how to get particular cell data using following link
http://code.google.com/apis/spreadsheets/docs/1.0/developers%5Fguide%5Fpython.html#cellsQueryExample
please can any one tell me how to get data with where condition like above
Thanks in advance SKSK