public class XlsxStreamReader extends ExcelReader
currentColumn, currentRow, evaluateFormulas, ignoreEmpty, worksheet
Constructor and Description |
---|
XlsxStreamReader(String worksheet,
boolean ignoreEmpty,
int currentRow,
int currentColumn,
boolean evaluateFormulas) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.apache.poi.ss.usermodel.Cell |
readStreamUntilStartingCell(Iterator<org.apache.poi.ss.usermodel.Cell> cellIterator) |
org.apache.poi.ss.usermodel.Row |
readStreamUntilStartingRow() |
getCellValueAsString, load
public XlsxStreamReader(String worksheet, boolean ignoreEmpty, int currentRow, int currentColumn, boolean evaluateFormulas)
public org.apache.poi.ss.usermodel.Row readStreamUntilStartingRow()
public org.apache.poi.ss.usermodel.Cell readStreamUntilStartingCell(Iterator<org.apache.poi.ss.usermodel.Cell> cellIterator)
Copyright © 2019. All rights reserved.