END_COLUMN_INDEX, END_ROW_INDEX, START_COLUMN_INDEX, START_ROW_INDEX| 构造器和说明 |
|---|
SimpleExcelImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
filterRow(org.apache.poi.ss.usermodel.Sheet sheet,
int rowIndex)
过虑行
|
int |
getEndColumnIndex()
结束列,从0开始,-1表示无限制
|
int |
getEndRowIndex()
结束行,从0开始,-1表示无限制
|
int |
getStartColumnIndex()
开始列,从0开始
|
int |
getStartRowIndex()
开始行,从0开始
|
public boolean filterRow(org.apache.poi.ss.usermodel.Sheet sheet,
int rowIndex)
ExcelIpublic int getStartRowIndex()
ExcelIgetStartRowIndex 在接口中 ExcelIpublic int getStartColumnIndex()
ExcelIgetStartColumnIndex 在接口中 ExcelIpublic int getEndRowIndex()
ExcelIgetEndRowIndex 在接口中 ExcelIpublic int getEndColumnIndex()
ExcelIgetEndColumnIndex 在接口中 ExcelI