public class LazySheetLoader extends Object implements SheetLoader
getSheet() is invoked.| Constructor and Description |
|---|
LazySheetLoader(WorkbookLoader workbookLoader,
int sheetIndex) |
| 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 LazySheetLoader(WorkbookLoader workbookLoader, int sheetIndex)
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.