Do you mean something like this:

for (int r=plStartRow ; r<= totalRows ; r++) {
        Row someRow = sheet.getRow(r);
        //do something with row
}


[email protected] wrote on 2012-09-21 03:54:37 PM:

> [email protected] 
> 2012-09-21 03:55 PM
> 
> Please respond to
> "POI Users List" <[email protected]>
> 
> To
> 
> "POI Users List" <[email protected]>, 
> 
> cc
> 
> Subject
> 
> Read a range of rows,
> 
> Is it possible to specify a range of rows to read instead of reading
> an entire sheet.
> Sent from my BlackBerry® device from Digicel

Reply via email to