I am working on powerful project that work on Google Docs/Contacts/Calendar directly (no middle server) and I need like, because if we have 100+ record for find something we need get all records :(
Basically I found one solution, but work ONLY when you logged into Google Docs/Spreadsheet :( Using cell we can set for A column *=row()* formula With Google Visualization we can use for example query *select * where H contain 'test'* Now we can get Cell by row from A (*=row()*) using *min-row/man-row* But the main problem that we need login each time, so not good when you use Auth
