| Package | Description |
|---|---|
| com.poiji.bind | |
| com.poiji.bind.mapping | |
| com.poiji.option | |
| com.poiji.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
Poiji.fromExcel(File file,
Class<T> type,
PoijiOptions options)
converts excel rows into a list of objects
|
static <T> void |
Poiji.fromExcel(File file,
Class<T> type,
PoijiOptions options,
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 Unmarshaller |
UnmarshallerHelper.HSSFInstance(PoijiFile poijiFile,
PoijiOptions options) |
static Unmarshaller |
UnmarshallerHelper.HSSFInstance(PoijiInputStream poijiInputStream,
PoijiOptions options) |
static Unmarshaller |
UnmarshallerHelper.XSSFInstance(PoijiFile poijiFile,
PoijiOptions options) |
static Unmarshaller |
UnmarshallerHelper.XSSFInstance(PoijiInputStream poijiInputStream,
PoijiOptions options) |
| Modifier and Type | Method and Description |
|---|---|
PoijiOptions |
PoijiOptions.PoijiOptionsBuilder.build() |
PoijiOptions |
PoijiOptions.setTrimCellValue(boolean trimCellValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Casting.castValue(Class<?> fieldType,
String value,
PoijiOptions options) |
Copyright © 2017–2018. All rights reserved.