public class AsyncExcelExporter extends Object
| 构造器和说明 |
|---|
AsyncExcelExporter(ExecutorService executor) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
exportData(ExportHandler handler,
ExportSupport support,
DataExportParam param,
ExportContext ctx)
已过时。
|
void |
exportData(ExportSupport support,
DataExportParam param,
ExportContext ctx,
ExportHandler... handlers)
支持多sheet导出,支持按批次进行单元格合并等功能
|
public AsyncExcelExporter(ExecutorService executor)
@Deprecated public void exportData(ExportHandler handler, ExportSupport support, DataExportParam param, ExportContext ctx)
public void exportData(ExportSupport support, DataExportParam param, ExportContext ctx, ExportHandler... handlers)
handlers - support - param - ctx - Copyright © 2023. All rights reserved.