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