I'm trying to access the cells of a spreadsheet using the java api,
but everytime I try

CellFeed cellFeed = service.query(query, CellFeed.class);

or even

CellFeed cellFeed = service.getFeed(cellFeedUrl, CellFeed.class);

the cellFeed.getEntries() gives me an empty list.

service is an authenticated SpreadSheetService and query is a
CellQuery that I set the minimum and maximum rows and columns.

Is anyone facing this problem?

I'm following the tutorial at: 
http://code.google.com/apis/spreadsheets/developers_guide_java.html

Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to