Marc, I got it to work by first creating the column headings one cell at a time using the UpdateCell() method: entry = self.gd_client.UpdateCell( row=row, col=col, inputValue=inputValue, key=self.curr_key, wksht_id=self.curr_wksht_id) Note that the first cell in the ss is row='1', col='1'.
Then you can insert rows starting at row='2'. Regards, Bill Hayes On Jun 29, 3:41 pm, Lenny Thompson <lennythomp...@gmail.com> wrote: > I have been experimenting with the google docs api, in particular > trying to extract calendar entries and adding them to a spreadsheet. > This works up until I attempt to create a new worksheet entry in the > spreadsheet (calling Insert on the WorksheetFeed), when I get a > server > error 400 returned. It seems that the spreadsheet is read only and I > can find no way of programmatically changing this. The spreadsheet is > in my private documents, and has been created through the > UploadDocument API. > I am wondering if perhaps this API is not really finished as yet?. > Any help would be greatly appreciated. > Thanks > Marc Thompson --~--~---------~--~----~------------~-------~--~----~ 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 Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---