I believe that's just how it works.  It is presumed that a list is a solid
block with some empty rows at the end.  If that doesn't suit, you would have
to use the cell feed.

cheers,
David.

On Wed, Sep 7, 2011 at 9:49 PM, Filippo Boatto <[email protected]>wrote:

> Problem:
> ListFeed listFeed = spreadSheetService.getFeed(feedUrl, ListFeed.class);
> for (ListEntry entry : listFeed.getEntries()) {
>    ...
> }
>
> In the for cycle i have only  the rows before the first empty row.
> If after the first empty row there are other rows it aren't returned in the
> list.
> Example:
> row 1: ABCDE
> row 2: FGHI
> row 3: empty
> row 4: LMNO
> row 5: PQRST
>
> the row 4 and 5 are not in the list.
> Why??
>
>

Reply via email to