| 程序包 | 说明 |
|---|---|
| cn.afterturn.easypoi.excel |
Excel模块,支持2003,2007的导入导出,模板的导出,流的导出(大数据量)
|
| cn.afterturn.easypoi.excel.entity | |
| cn.afterturn.easypoi.excel.entity.enmus | |
| cn.afterturn.easypoi.excel.export.base |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.poi.ss.usermodel.Workbook |
ExcelExportUtil.exportExcel(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> list,
ExcelType type)
根据Map创建对应的Excel(一个excel 创建多个sheet)
|
static org.apache.poi.ss.usermodel.Workbook |
ExcelXorHtmlUtil.htmlToExcel(java.io.InputStream is,
ExcelType type)
Html 读取Excel
|
static org.apache.poi.ss.usermodel.Workbook |
ExcelXorHtmlUtil.htmlToExcel(java.lang.String html,
ExcelType type)
Html 读取Excel
|
| 构造器和说明 |
|---|
ExportParams(java.lang.String title,
java.lang.String sheetName,
ExcelType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExcelType |
ExcelType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ExcelType[] |
ExcelType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExcelType |
BaseExportService.type |
Copyright © 2021 悟耘. All Rights Reserved.