Re: Google Spreadsheets API

2006-12-03 Thread Ucompass
Thank you both for your very fast responses. Pamela - thank you for pointing me to that other group - one of your posts solved my problem. It seems the XML to be sent to the API needs to include the namespace information. All is working OK now with "POST" and I am going to try my luck with "PUT

Re: Google Spreadsheets API

2006-12-03 Thread [EMAIL PROTECTED]
Check the Google spreadsheets API group-- specific questions like these are being answered there. Your POST request should be working-- Can you paste your headers and message? There seem to be issues with PUT requests, however. Another person and I have been posting about that. Here's an ex

Re: Google Spreadsheets API

2006-12-03 Thread Vivian ( Google )
Ucompass: This is a known issue in Spreadsheets Data API: While using the GData Spreadsheets API, if a GET is issued on an empty cell, currently an empty entry, i.e. one without an inputValue, will be returned. If you modify the empty cell, you cannot 'update' the cell with PUT - you will have

Re: Google Spreadsheets API

2006-12-03 Thread Ucompass
Hello, I am trying to write some Perl modules that will leverage the Google Spreadsheets API. I have been successful with all the GET commands, but I haven't been able to get any of the POST or PUT methods to work, and I think I am properly forming all my requests. For instance, upon tryi

Re: Google Spreadsheets API

2006-12-01 Thread Frank Mantek
Yes, it should be a matter of days Worst case, early after the holidays :) But current thinking is next week. Frank Mantek On 12/1/06, Reto <[EMAIL PROTECTED]> wrote: > > > Hi, > With Google's release of gData for Google Spreadsheets just > announced, can we expect to see a C# client for i

Google Spreadsheets API

2006-11-30 Thread Reto
Hi, With Google's release of gData for Google Spreadsheets just announced, can we expect to see a C# client for interacting with it appear soon? Cheers Reto --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Googl