- After lots of flailing I was able to query the spreadsheet service using the HTTP method detailed here and got some JSON back. Now I need to be able to convert this to objects.
- I keep thinking some google library somewhere will tie in to this query service but as far as I can tell, the only reference is on the page I just linked. I think I’m stuck writing my own http query library and result parser (obiously I’ll take advantage of some JSON library but they aren’t are easy to use as the Flex one).
