public interface SheetLoader
| Modifier and Type | Method and Description |
|---|---|
CellLoader |
getCellLoader(int column,
int row)
Get the cell accessor of current sheet
|
org.apache.poi.ss.usermodel.Sheet |
getSheet()
Get the sheet.
|
String |
getSheetName()
Get the sheet name
|
org.apache.poi.ss.usermodel.Sheet getSheet()
String getSheetName()
CellLoader getCellLoader(int column, int row)
column - the column of current sheetrow - the row of current sheetCopyright © 2004–2019 OpenL Tablets. All rights reserved.