| Constructor and Description |
|---|
StreamingSheetReader(org.apache.poi.xssf.model.SharedStringsTable sst,
org.apache.poi.xssf.model.StylesTable stylesTable,
XMLEventReader parser,
boolean use1904Dates,
int rowCacheSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<org.apache.poi.ss.usermodel.Row> |
iterator()
Returns a new streaming iterator to loop through rows.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StreamingSheetReader(org.apache.poi.xssf.model.SharedStringsTable sst,
org.apache.poi.xssf.model.StylesTable stylesTable,
XMLEventReader parser,
boolean use1904Dates,
int rowCacheSize)
public Iterator<org.apache.poi.ss.usermodel.Row> iterator()
public void close()
Copyright © 2018. All rights reserved.