public class SimpleSheetLoader extends Object implements SheetLoader
| Constructor and Description |
|---|
SimpleSheetLoader(org.apache.poi.ss.usermodel.Sheet sheet) |
| 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
|
public SimpleSheetLoader(org.apache.poi.ss.usermodel.Sheet sheet)
public org.apache.poi.ss.usermodel.Sheet getSheet()
getSheet in interface SheetLoaderpublic String getSheetName()
getSheetName in interface SheetLoaderpublic CellLoader getCellLoader(int column, int row)
getCellLoader in interface SheetLoadercolumn - the column of current sheetrow - the row of current sheetCopyright © 2004–2019 OpenL Tablets. All rights reserved.