| Package | Description |
|---|---|
| cn.chenhuanming.octopus | |
| cn.chenhuanming.octopus.reader |
| Modifier and Type | Method and Description |
|---|---|
static <T> SheetReader<CheckedData<T>> |
Octopus.readBySheetNameWithValidation(InputStream is,
String sheetName,
Config config,
CellPosition startPosition) |
static <T> SheetReader<CheckedData<T>> |
Octopus.readFirstSheetWithValidation(InputStream is,
Config config,
CellPosition startPosition) |
static <T> SheetReader<CheckedData<T>> |
Octopus.readOneSheetWithValidation(InputStream is,
int index,
Config config,
CellPosition startPosition) |
| Modifier and Type | Method and Description |
|---|---|
protected CheckedData<T> |
CheckedSheetReader.newInstance(Class classType) |
| Modifier and Type | Method and Description |
|---|---|
SheetReader<CheckedData<T>> |
CheckedExcelReader.get(int index,
Config config,
CellPosition startPoint) |
Copyright © 2019. All rights reserved.