Package icu.easyj.web.poi.excel
Class ExcelExportAspect
java.lang.Object
icu.easyj.web.poi.excel.ExcelExportAspect
Excel文件导出切面类
- Author:
- wangliang181230
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoQueryAndExportExcel(org.aspectj.lang.ProceedingJoinPoint jp) 执行查询,然后导出excel文件
-
Constructor Details
-
ExcelExportAspect
构造函数- Parameters:
excelExportConfig- Excel导出功能配置
-
-
Method Details
-
doQueryAndExportExcel
执行查询,然后导出excel文件- Parameters:
jp- 连接点- Returns:
- 返回查询结果
- Throws:
Throwable- 异常
-