Re: Updating a Spreadsheet with JavaScript

2008-01-16 Thread Jeff Fisher (Google)
Hi, If the website is based on ASP, PHP, or one of the other languages we have client libraries for, then yes. Cheers, -Jeff On Jan 15, 4:19 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Ok... so is there currently a way for me to update the contents of a > private spreadsheet from an ex

Re: Updating a Spreadsheet with JavaScript

2008-01-15 Thread [EMAIL PROTECTED]
Ok... so is there currently a way for me to update the contents of a private spreadsheet from an external web page? I guess it doesn't have to be JavaScript, though that's the language I'm most comfortable with. On Jan 15, 5:09 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > We c

Re: Updating a Spreadsheet with JavaScript

2008-01-15 Thread Jeff Fisher (Google)
Hi, We can't comment as to when new JS APIs will be released, but we hope to release more in the near future. Cheers, -Jeff On Jan 15, 8:12 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > When is the JavaScript API going to be realeased? > > On Jan 14, 6:45 pm, "Jeff Fisher (Google)" <[EMA

Re: Updating a Spreadsheet with JavaScript

2008-01-15 Thread [EMAIL PROTECTED]
When is the JavaScript API going to be realeased? On Jan 14, 6:45 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]> wrote: > Hi Nicole, > > There is not currently a JavaScript API for Google Spreadsheets. Since > authentication in JavaScript is tricky, I would recommend waiting > until the JS API is

Re: Updating a Spreadsheet with JavaScript

2008-01-14 Thread Jeff Fisher (Google)
Hi Nicole, There is not currently a JavaScript API for Google Spreadsheets. Since authentication in JavaScript is tricky, I would recommend waiting until the JS API is released if you must use JavaScript. Of course, you are still able to use Java, .NET, PHP, and Python if you can use server-side

Updating a Spreadsheet with JavaScript

2008-01-14 Thread [EMAIL PROTECTED]
Hi- I have read through the Google Spreadsheets API several times, and I'm kind of confused - I can't tell whether it provides the functionality I need or not. I want to update specific rows and columns in a particular spreadsheet from an external webpage (I assume using JavaScript, unless ther