| Package | Description |
|---|---|
| cn.chenhuanming.octopus | |
| cn.chenhuanming.octopus.reader |
| Modifier and Type | Method and Description |
|---|---|
static <T> SheetReader<T> |
Octopus.readBySheetName(InputStream is,
String sheetName,
Config config,
CellPosition startPosition)
read data from sheet by nodeName in excel
|
static <T> SheetReader<CheckedData<T>> |
Octopus.readBySheetNameWithValidation(InputStream is,
String sheetName,
Config config,
CellPosition startPosition) |
| Modifier and Type | Method and Description |
|---|---|
SheetReader<T> |
DefaultExcelReader.get(String sheetName,
Config config,
CellPosition startPoint) |
SheetReader<T> |
ExcelReader.get(String sheetName,
Config config,
CellPosition startPoint) |
Copyright © 2019. All rights reserved.