public interface ExcelReader<T>
| Modifier and Type | Method and Description |
|---|---|
SheetReader<T> |
get(int index,
Config config,
CellPosition startPoint) |
SheetReader<T> |
get(String sheetName,
Config config,
CellPosition startPoint) |
SheetReader<T> get(int index, Config config, CellPosition startPoint) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsExceptionSheetReader<T> get(String sheetName, Config config, CellPosition startPoint) throws SheetNotFoundException
SheetNotFoundExceptionCopyright © 2019. All rights reserved.