Hi Matheus, Does the spreadsheet that you are trying this on contain data in the cells that you are requesting?
Thanks - Jochen On Oct 18, 1:17 am, Matheus <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
