| Package | Description |
|---|---|
| com.poiji.bind | |
| com.poiji.exception |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
Poiji.fromExcel(InputStream inputStream,
PoijiExcelType excelType,
Class<T> type)
converts excel rows into a list of objects
|
static <T> void |
Poiji.fromExcel(InputStream inputStream,
PoijiExcelType excelType,
Class<T> type,
Consumer<? super T> consumer)
converts excel rows into a list of objects
|
static <T> List<T> |
Poiji.fromExcel(InputStream inputStream,
PoijiExcelType excelType,
Class<T> type,
PoijiOptions options)
converts excel rows into a list of objects
|
static <T> void |
Poiji.fromExcel(InputStream inputStream,
PoijiExcelType excelType,
Class<T> type,
PoijiOptions options,
Consumer<? super T> consumer)
converts excel rows into a list of objects
|
| Modifier and Type | Method and Description |
|---|---|
static PoijiExcelType |
PoijiExcelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoijiExcelType[] |
PoijiExcelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2020. All rights reserved.