| 程序包 | 说明 |
|---|---|
| top.lshaci.framework.excel.handle | |
| top.lshaci.framework.excel.service | |
| top.lshaci.framework.excel.service.impl | |
| top.lshaci.framework.excel.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> org.apache.poi.ss.usermodel.Workbook |
ExportHandler.export(Class<E> cls,
List<E> datas,
ExportSheetParam sheetParam,
ExportService exportService)
根据导出实体类信息和数据条数导出Excel WorkBook
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ExportService |
ExportService.get()
获取默认的Excel导出业务类
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultExportService
Excel 导出业务实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> void |
ExcelExportUtils.export(Class<E> cls,
List<E> datas,
OutputStream os,
ExportService exportService)
根据导出实体类信息和数据条数导出Excel WorkBook
|
static <E> void |
ExcelExportUtils.export(Class<E> cls,
List<E> datas,
OutputStream os,
ExportSheetParam sheetParam,
ExportService exportService)
根据导出实体类信息和数据条数导出Excel WorkBook
|
Copyright © 2020. All rights reserved.