Hi, I love Dwight Schrute style scenarios. Creating spreadsheets programmatically is possible and pretty straight forward. Using one of our client libraries can make this even easier. When you upload a spreadsheet though, multiple worksheets are retained so you could just as easily do this on the client side... That all depends on the details of your use-case, but if making a lot of requests is an issue (for mobile, etc) then I would recommend creating the spreadsheet on your side and then uploading the finished one.
Let me know if that helps Thanks - Jochen On Aug 29, 9:53 am, louden <[EMAIL PROTECTED]> wrote: > Can anyone confirm that this is the route to take? > > On Aug 28, 12:36 am, louden <[EMAIL PROTECTED]> wrote: > > > Scenario (not to sound like Dwight Schrute): I want to create a > > spreadsheet programatically with multiple sheets and cells in each... > > > Do I need to: > > - Create a spreadsheet doc and post it > > - Retrieve the spreadsheet feed > > - Find the spreadsheet I just created in the feed > > - Retrieve the worksheets feed for that spreadsheet > > - alter the worksheets feed by adding my worksheets > > - retrieve the worksheets feed again to get the cells > > - Upload a batch of cells for each worksheet > > > Is that the most efficient way? Or can I create this all locally, and > > THEN post it? > > > Thanks in advance for any help... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
