public class StreamingReader extends Object implements Iterable<org.apache.poi.ss.usermodel.Row>
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingReader.Builder |
| 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()
Returns a new streaming iterator to loop through rows.
|
public Iterator<org.apache.poi.ss.usermodel.Row> iterator()
public void close()
com.monitorjbl.xlsx.exceptions.CloseException - if there is an issue closing the streampublic static StreamingReader.Builder builder()
Copyright © 2015. All rights reserved.