Package | Description |
---|---|
cn.orionsec.kit.office.excel | |
cn.orionsec.kit.office.excel.reader |
Modifier and Type | Method and Description |
---|---|
<T> ExcelLambdaReader<T> |
ExcelExt.lambdaReader(int sheetIndex,
Consumer<T> consumer,
Supplier<T> supplier) |
<T> ExcelLambdaReader<T> |
ExcelExt.lambdaReader(int sheetIndex,
List<T> rows,
Supplier<T> supplier) |
<T> ExcelLambdaReader<T> |
ExcelExt.lambdaReader(int sheetIndex,
Supplier<T> supplier) |
<T> ExcelLambdaReader<T> |
ExcelExt.lambdaReader(String sheetName,
Consumer<T> consumer,
Supplier<T> supplier) |
<T> ExcelLambdaReader<T> |
ExcelExt.lambdaReader(String sheetName,
List<T> rows,
Supplier<T> supplier) |
<T> ExcelLambdaReader<T> |
ExcelExt.lambdaReader(String sheetName,
Supplier<T> supplier) |
Modifier and Type | Method and Description |
---|---|
static <T> ExcelLambdaReader<T> |
ExcelLambdaReader.create(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
Consumer<T> consumer,
Supplier<T> supplier) |
static <T> ExcelLambdaReader<T> |
ExcelLambdaReader.create(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
List<T> store,
Supplier<T> supplier) |
static <T> ExcelLambdaReader<T> |
ExcelLambdaReader.create(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
Supplier<T> supplier) |
ExcelLambdaReader<T> |
ExcelLambdaReader.nullAddEmptyBean()
如果行为 null 是否添加实例对象
|
ExcelLambdaReader<T> |
ExcelLambdaReader.nullInvoke()
如果列为 null 是否调用 function consumer
|
<V> ExcelLambdaReader<T> |
ExcelLambdaReader.option(ImportFieldOption option,
BiConsumer<T,V> consumer) |
<E,V> ExcelLambdaReader<T> |
ExcelLambdaReader.option(ImportFieldOption option,
Function<E,V> convert,
BiConsumer<T,V> consumer)
映射
|
<V> ExcelLambdaReader<T> |
ExcelLambdaReader.option(int column,
ExcelReadType type,
BiConsumer<T,V> consumer) |
<E,V> ExcelLambdaReader<T> |
ExcelLambdaReader.option(int column,
ExcelReadType type,
Function<E,V> convert,
BiConsumer<T,V> consumer)
映射
|
Copyright © 2024. All rights reserved.