public class ExcelSheetReader
extends java.lang.Object
| Constructor and Description |
|---|
ExcelSheetReader(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(int row1,
int col1) |
java.lang.String |
getCellType(int row1,
int col1) |
java.time.LocalDateTime |
getDate(int row1,
int col1) |
int |
getFirstCellNum(int row1) |
int |
getFirstRowNum() |
java.lang.Double |
getFloat(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) |
boolean |
isCellEmpty(int row1,
int col1) |
public ExcelSheetReader(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 getCellAddress(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 void evaluateAllFormulas()