| 程序包 | 说明 |
|---|---|
| org.jeecgframework.poi.excel | |
| org.jeecgframework.poi.excel.entity | |
| org.jeecgframework.poi.excel.entity.enmus | |
| org.jeecgframework.poi.excel.export.base |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.poi.ss.usermodel.Workbook |
ExcelExportUtil.exportExcel(List<Map<String,Object>> list,
ExcelType type)
一个excel 创建多个sheet
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelType |
ExportParams.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExportParams.setType(ExcelType type) |
| 构造器和说明 |
|---|
ExportParams(String title,
String sheetName,
ExcelType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExcelType |
ExcelType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExcelType[] |
ExcelType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExcelType |
ExcelExportBase.type |
Copyright © 2024. All rights reserved.