public class StreamingReader extends Object implements Iterable<org.apache.poi.ss.usermodel.Row>, AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingReader.Builder |
| Constructor and Description |
|---|
StreamingReader(StreamingWorkbookReader workbook) |
| Modifier and Type | Method and Description |
|---|---|
static StreamingReader.Builder |
builder() |
void |
close()
Closes the streaming resource, attempting to clean up any temporary files created.
|
Iterator<org.apache.poi.ss.usermodel.Row> |
iterator()
Deprecated.
StreamingReader is equivalent to the POI Workbook object rather
than the Sheet object. This method will be removed in a future release.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StreamingReader(StreamingWorkbookReader workbook)
public Iterator<org.apache.poi.ss.usermodel.Row> iterator()
public void close()
throws IOException
close in interface AutoCloseableCloseException - if there is an issue closing the streamIOExceptionpublic static StreamingReader.Builder builder()
Copyright © 2018. All rights reserved.