@Service public class OfficeExcel extends Object implements cn.stylefeng.roses.kernel.office.api.OfficeExcelApi
| 构造器和说明 |
|---|
OfficeExcel() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
easyExportDownload(cn.stylefeng.roses.kernel.office.api.pojo.report.ExcelExportParam excelExportParam) |
<T> List<T> |
easyReadToList(InputStream inputStream,
Class<T> clazz) |
void |
easyWriteToFile(cn.stylefeng.roses.kernel.office.api.pojo.report.ExcelExportParam excelExportParam) |
public <T> List<T> easyReadToList(InputStream inputStream, Class<T> clazz)
easyReadToList 在接口中 cn.stylefeng.roses.kernel.office.api.OfficeExcelApipublic void easyWriteToFile(cn.stylefeng.roses.kernel.office.api.pojo.report.ExcelExportParam excelExportParam)
easyWriteToFile 在接口中 cn.stylefeng.roses.kernel.office.api.OfficeExcelApipublic void easyExportDownload(cn.stylefeng.roses.kernel.office.api.pojo.report.ExcelExportParam excelExportParam)
easyExportDownload 在接口中 cn.stylefeng.roses.kernel.office.api.OfficeExcelApiCopyright © 2021. All rights reserved.