Hi,

You can't perform updates through pure client-side Javascript due to
cross domain restrictions. So you will need some kind of server-side
proxy to do this. To get at specific cell contents you may want to
look at the JSON output:

http://code.google.com/apis/gdata/json.html

Cheers,
- Jochen

On Sep 27, 10:52 am, stockoptiontrader <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> Thanks for the API, it looks like it's going to be very helpful!
> Unfortunately, I'm very new and am a bit lost.
>
> The functionality I need is very simple. I would like to retrieve the
> data with JavaScript such that each column is a subarray, so that the
> data array looks like this: data[column1][1] or data[column2][2]? I'd
> just like to iterate through.
>
> Also, is there a way to change one cell? I'm using this to retrieve
> historical stock data, and I'd like to be able to change the stock
> that the spreadsheet is using. It would be terrific if I could change
> the stock symbol through the feed URL.
>
> Thanks so much for your help. I'm very new to to Google API and I
> spent a few hours looking through the documentation with no luck.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to