I am working with JavaScript in a Google Spreadsheet and I would like to query another Google Spreadsheet.
The following link shows you how to query the data from client-side JavaScript, but does anyone know how it can be done within the Google Spreadsheet JavaScript?
Query I want to execute:
http://spreadsheets.google.com/tq?tqx=out:html&tq=select%20*&key=phNtm3LmDZEObQ2itmSqHIA
UrlFetch Services was what I was looking for.