Class ExcelExportAspect

java.lang.Object
icu.easyj.web.poi.excel.ExcelExportAspect

@Order(-2147483348) public class ExcelExportAspect extends Object
Excel文件导出切面类
Author:
wangliang181230
  • Constructor Details

    • ExcelExportAspect

      public ExcelExportAspect(ExcelExportConfig excelExportConfig)
      构造函数
      Parameters:
      excelExportConfig - Excel导出功能配置
  • Method Details

    • doQueryAndExportExcel

      public Object doQueryAndExportExcel(org.aspectj.lang.ProceedingJoinPoint jp) throws Throwable
      执行查询,然后导出excel文件
      Parameters:
      jp - 连接点
      Returns:
      返回查询结果
      Throws:
      Throwable - 异常