public abstract class ReactorExcel extends Object
| 构造器和说明 |
|---|
ReactorExcel() |
public static ExcelReader lookupReader(String format)
public static ExcelWriter lookupWriter(String format)
public static <T> java.util.function.BiConsumer<T,Cell> cell(int x, int y, java.util.function.BiConsumer<T,Object> handler)
public static reactor.core.publisher.Flux<Map<String,Object>> readToMap(InputStream input, String format, ExcelOption... options)
public static <T> ReaderSpec.ReaderSpecSelector<T> readFor(String format, java.util.function.Supplier<T> instance)
public static <T> ReaderSpec.ReaderSpecSelector<T> xlsxReader(java.util.function.Supplier<T> instance)
public static <T> reactor.core.publisher.Flux<T> read(InputStream input, String format, RowWrapper<T> wrapper)
public static reactor.core.publisher.Flux<Cell> read(InputStream input, String format)
@Deprecated public static ReaderOperator<Map<String,Object>> mapReader(String format)
@Deprecated public static <T> ReaderOperator<T> reader(Class<T> type, String format)
public static <T> WriterOperator<T> writer(String format)
public static WriterSpec.WriterSpecSelector writeFor(String format)
public static WriterSpec.WriterSpecSelector xlsxWriter()
public static reactor.core.publisher.Mono<Void> write(reactor.core.publisher.Flux<WritableCell> dataStream, OutputStream outputStream, String format, ExcelOption... options)
Copyright © 2020–2022. All rights reserved.