Is there really no easier way in the meantime? Here is my use case: I want to list all spreadsheets of a user and for a selected spreadsheet I want to get the available worksheets of this spreadsheet. All this I can do with the Spreadsheet API. I don't know a way to determine get the worksheets of a spreadsheet and their titles using the docs api, thats way I use the spreadsheets api for that part.
When the user then selects a worksheet I want to get the exportURL via the Docs API as described here: http://code.google.com/apis/documents/docs/3.0/developers_guide_java.html#DownloadingSpreadsheets If anybody has a more elegant way for doing the same thing I would be glad. Thanks Christoph
