public class ExcelSheetReader
extends java.lang.Object
| Constructor and Description |
|---|
ExcelSheetReader(ExcelReader reader,
com.github.jlangch.venice.impl.util.excel.ExcelSheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateAllFormulas() |
java.lang.Boolean |
getBoolean(int row1,
int col1) |
java.lang.String |
getCellAddress_A1_style(int row1,
int col1) |
java.lang.String |
getCellFormulaResultType(int row1,
int col1) |
java.lang.String |
getCellType(int row1,
int col1) |
java.time.LocalDateTime |
getDate(int row1,
int col1) |
java.lang.String |
getErrorCode(int row1,
int col1) |
int |
getFirstCellNum(int row1) |
int |
getFirstRowNum() |
java.lang.Double |
getFloat(int row1,
int col1) |
java.lang.String |
getFormula(int row1,
int col1) |
int |
getIndex() |
java.lang.Long |
getInteger(int row1,
int col1) |
int |
getLastCellNum(int row1) |
int |
getLastRowNum() |
java.lang.String |
getName() |
java.lang.String |
getString(int row1,
int col1) |
java.lang.Object |
getValue(int row1,
int col1) |
boolean |
isCellEmpty(int row1,
int col1) |
ExcelSheetWriter<DataRecord> |
writer() |
public ExcelSheetReader(ExcelReader reader, com.github.jlangch.venice.impl.util.excel.ExcelSheet sheet)
public java.lang.String getName()
public int getIndex()
public int getFirstRowNum()
public int getLastRowNum()
public int getFirstCellNum(int row1)
public int getLastCellNum(int row1)
public boolean isCellEmpty(int row1,
int col1)
public java.lang.String getCellType(int row1,
int col1)
public java.lang.String getCellFormulaResultType(int row1,
int col1)
public java.lang.String getCellAddress_A1_style(int row1,
int col1)
public java.lang.Object getValue(int row1,
int col1)
public java.lang.String getString(int row1,
int col1)
public java.lang.Boolean getBoolean(int row1,
int col1)
public java.lang.Long getInteger(int row1,
int col1)
public java.lang.Double getFloat(int row1,
int col1)
public java.time.LocalDateTime getDate(int row1,
int col1)
public java.lang.String getFormula(int row1,
int col1)
public java.lang.String getErrorCode(int row1,
int col1)
public void evaluateAllFormulas()
public ExcelSheetWriter<DataRecord> writer()