Modifier and Type | Class and Description |
---|---|
class |
ExcelAdapter
csv -> excel 文本适配器
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelMerge
excel 行合并器 不支持复杂操作
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelColumnMultiSheetSplit
excel 列拆分器 只是拆分一个文件 多个sheet 不支持复杂类型 占用内存多
不支持流式读取 (流式只能读取一次)
流式请用
ExcelColumnSingleSplit |
class |
ExcelColumnSingleSplit
excel 列拆分器 拆分一个文件一个sheet 不支持复杂类型 占用内存少
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelWriterBuilder
excel 构建器
|
Modifier and Type | Method and Description |
---|---|
BaseExcelWriteable |
BaseExcelWriteable.write(File file) |
BaseExcelWriteable |
BaseExcelWriteable.write(File file,
String password) |
BaseExcelWriteable |
BaseExcelWriteable.write(OutputStream out) |
BaseExcelWriteable |
BaseExcelWriteable.write(OutputStream out,
String password) |
protected BaseExcelWriteable |
BaseExcelWriteable.write(OutputStream out,
String password,
boolean close) |
BaseExcelWriteable |
BaseExcelWriteable.write(String file) |
BaseExcelWriteable |
BaseExcelWriteable.write(String file,
String password) |
Modifier and Type | Class and Description |
---|---|
class |
ExcelExport<T>
excel 导出器
|
Modifier and Type | Method and Description |
---|---|
protected BaseExcelWriteable |
ExcelExport.write(OutputStream out,
String password,
boolean close) |
Copyright © 2024. All rights reserved.