If I know the key of a spreadsheet, and I have a SpreadsheetService, how do I get a SpreadsheetEntry for the spreadsheet?
The documentation at http://code.google.com/apis/spreadsheets/ says it describes how to "Retrieve spreadsheets<http://code.google.com/apis/spreadsheets/data/3.0/developers_guide_protocol.html#ListingSpreadsheets> that match a specific ID or title". However, the information on that link does not describe how to retrieve a spreadsheet that matches a specific ID or title, it only describes how to obtain the feed to list all spreadsheets. I had to hunt through the Javadocs to become aware of the existence of SpreadsheetQuery, which I then was able to use to retrieve a spreadsheet by name. This information was not in the developer's guide. I still have not been able to determine how to retrieve a SpreadsheetEntry by ID. Thanks, J
