| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CloseableIterator<Row> |
iterator()
Returns a new streaming iterator to loop through rows.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CloseableIterator<Row> iterator() throws OpenException, ReadException
iterator in interface Iterable<Row>CloseableIterator -
it is recommended that you close the iterator when finished with it if you intend to keep the sheet open.OpenException - if there is an IO issueReadException - if there is a parse issuepublic void close()
throws CloseException
CloseException