What you need is the resource ID of the
com.google.gdata.data.docs.**SpreadsheetEntry
(exposed with getResourceId()), and then you use that when fetching things
using com.google.gdata.client.spreadsheets.SpreadsheetsService.  Before
passing into SpreadsheetsService, do a string replace on the resource ID,
replacing "spreadsheet:" with "".

-Vic



On Thu, Jun 9, 2011 at 6:43 AM, Abdullah Akbar <[email protected]>wrote:

>  Hi,
> I´ve created an empty spreadsheet using Document List API. I have a
> com.google.gdata.data.docs.**SpreadsheetEntry instance.
> And when I retrieve using GoogleDocService , i get a com.google.gdata.data.
> **spreadsheet.SpreadsheetEntry instance.
> How can I get a Spreedsheet API instance, 
> com.google.gdata.data.**spreadsheet.SpreadsheetEntry,
> in order to populate the spreadsheet ?
>
> Can some one please help me here?
>
> Thanks a lot.
>

Reply via email to