public class StreamingSheetReader
extends java.lang.Object
implements java.lang.Iterable<org.apache.poi.ss.usermodel.Row>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CloseableIterator<org.apache.poi.ss.usermodel.Row> |
iterator()
Returns a new streaming iterator to loop through rows.
|
public CloseableIterator<org.apache.poi.ss.usermodel.Row> iterator()
iterator in interface java.lang.Iterable<org.apache.poi.ss.usermodel.Row>CloseableIterator -
it is recommended that you close the iterator when finished with it if you intend to keep the sheet open.public void close()