public class DefaultExcelReader<T> extends Object implements ExcelReader<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.poi.ss.usermodel.Workbook |
workbook |
| Constructor and Description |
|---|
DefaultExcelReader(org.apache.poi.ss.usermodel.Workbook workbook) |
| Modifier and Type | Method and Description |
|---|---|
SheetReader<T> |
get(int index,
Config config,
CellPosition startPoint) |
SheetReader<T> |
get(String sheetName,
Config config,
CellPosition startPoint) |
public DefaultExcelReader(org.apache.poi.ss.usermodel.Workbook workbook)
public SheetReader<T> get(int index, Config config, CellPosition startPoint)
get in interface ExcelReader<T>public SheetReader<T> get(String sheetName, Config config, CellPosition startPoint) throws SheetNotFoundException
get in interface ExcelReader<T>SheetNotFoundExceptionCopyright © 2019. All rights reserved.