Get rows having specific value in google spreadsheet feed -


i able complete json feed of google spreadsheet using,

https://spreadsheets.google.com/feeds/list/--key--/od6/public/values?alt=json-in-script 

is possible rows google spreadsheet comparing values in column, in sql ? (for eg. get rows age==25)

finally, got answer.

you can use query like

&sq=age="25" 

if want use multiple queries use

&sq=age="25"+and+name="full%20name" 

so final url like

https://spreadsheets.google.com/feeds/list/--key--/od6/public/values?alt=json-in-script&sq=age="25"+and+name="full%20name" 

Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -