public class ExcelReadContext<T> extends Object implements Serializable
| 构造器和说明 |
|---|
ExcelReadContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getAttribute(String key) |
org.apache.poi.ss.usermodel.Cell |
getCell(Integer rowIndex,
Integer colIndex) |
org.apache.poi.ss.usermodel.Cell |
getCell(Integer rowIndex,
String colStrIndex) |
ExcelCellValue |
getCellValue(Integer rowIndex,
Integer colIndex) |
ExcelCellValue |
getCellValue(Integer rowIndex,
String colStrIndex) |
org.apache.poi.ss.usermodel.Cell |
getCurCell() |
Integer |
getCurColIndex() |
String |
getCurColStrIndex() |
org.apache.poi.ss.usermodel.Row |
getCurRow() |
T |
getCurRowData() |
Integer |
getCurRowIndex() |
org.apache.poi.ss.usermodel.Sheet |
getCurSheet() |
Integer |
getCurSheetIndex() |
String |
getCurSheetName() |
List<T> |
getDataList() |
void |
setAttribute(String key,
Object value) |
void |
setCurCell(org.apache.poi.ss.usermodel.Cell curCell) |
void |
setCurColIndex(Integer curColIndex)
NOTE HERE
|
void |
setCurRow(org.apache.poi.ss.usermodel.Row curRow) |
void |
setCurRowData(T curRowData) |
void |
setCurRowIndex(Integer curRowIndex) |
void |
setCurSheet(org.apache.poi.ss.usermodel.Sheet curSheet) |
void |
setCurSheetIndex(Integer curSheetIndex) |
void |
setCurSheetName(String curSheetName) |
void |
setDataList(List<T> dataList) |
public ExcelCellValue getCellValue(Integer rowIndex, Integer colIndex)
public ExcelCellValue getCellValue(Integer rowIndex, String colStrIndex)
public org.apache.poi.ss.usermodel.Sheet getCurSheet()
public void setCurSheet(org.apache.poi.ss.usermodel.Sheet curSheet)
public org.apache.poi.ss.usermodel.Row getCurRow()
public void setCurRow(org.apache.poi.ss.usermodel.Row curRow)
public org.apache.poi.ss.usermodel.Cell getCurCell()
public void setCurCell(org.apache.poi.ss.usermodel.Cell curCell)
public T getCurRowData()
public void setCurRowData(T curRowData)
public Integer getCurRowIndex()
public void setCurRowIndex(Integer curRowIndex)
public Integer getCurColIndex()
public void setCurSheetIndex(Integer curSheetIndex)
public void setCurColIndex(Integer curColIndex)
curColIndex - public String getCurSheetName()
public void setCurSheetName(String curSheetName)
public String getCurColStrIndex()
public Integer getCurSheetIndex()
Copyright © 2016. All Rights Reserved.