public static final class SaxExcelReader.ReadConfig<T> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Predicate<T> |
beanFilter |
Consumer<T> |
consumer |
BiConsumer<T,RowContext> |
contextConsumer |
BiFunction<T,RowContext,Boolean> |
contextFunction |
String |
csvCharset |
char |
csvDelimiter |
Class<T> |
dataType |
boolean |
detectedMerge |
BiFunction<Throwable,ReadContext,Boolean> |
exceptionFunction |
Function<T,Boolean> |
function |
boolean |
ignoreBlankRow
是否忽略空白行,默认为否
|
boolean |
readAllSheet |
Predicate<Row> |
rowFilter |
Set<Integer> |
sheetIndexs |
Set<String> |
sheetNames |
BiConsumer<String,Integer> |
startSheetConsumer |
boolean |
stopReadingOnBlankRow
是否在遇到空白行时停止读取
|
Function<String,String> |
trim |
| 构造器和说明 |
|---|
ReadConfig(int sheetIndex) |
public BiConsumer<T,RowContext> contextConsumer
public BiFunction<T,RowContext,Boolean> contextFunction
public BiFunction<Throwable,ReadContext,Boolean> exceptionFunction
public String csvCharset
public char csvDelimiter
public boolean readAllSheet
public boolean ignoreBlankRow
public boolean stopReadingOnBlankRow
public boolean detectedMerge
public BiConsumer<String,Integer> startSheetConsumer
Copyright © 2023. All rights reserved.