| 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) |
static <T> SheetReader<T> |
Octopus.readFirstSheet(InputStream is,
Config config,
CellPosition startPosition)
read data from first sheet of excel
|
static <T> SheetReader<CheckedData<T>> |
Octopus.readFirstSheetWithValidation(InputStream is,
Config config,
CellPosition startPosition) |
static <T> SheetReader<T> |
Octopus.readOneSheet(InputStream is,
int index,
Config config,
CellPosition startPosition)
read data from sheet at the specified position in excel
|
static <T> SheetReader<CheckedData<T>> |
Octopus.readOneSheetWithValidation(InputStream is,
int index,
Config config,
CellPosition startPosition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSheetReader<T> |
class |
CheckedSheetReader<T>
not thread-safe
|
class |
DefaultSheetReader<T> |
| Modifier and Type | Method and Description |
|---|---|
SheetReader<T> |
DefaultExcelReader.get(int index,
Config config,
CellPosition startPoint) |
SheetReader<CheckedData<T>> |
CheckedExcelReader.get(int index,
Config config,
CellPosition startPoint) |
SheetReader<T> |
ExcelReader.get(int index,
Config config,
CellPosition startPoint) |
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.