common-admin icon indicating copy to clipboard operation
common-admin copied to clipboard

用户管理 -》导出报错 说找不到 org/apache/poi/xssf/usermodel/XSSFWorkbook

Open gougou1993 opened this issue 6 years ago • 0 comments

java.lang.NoClassDefFoundError: org/apache/poi/xssf/usermodel/XSSFWorkbook at cn.afterturn.easypoi.excel.ExcelExportUtil.exportExcel(ExcelExportUtil.java:82) at cn.afterturn.easypoi.view.EasypoiSingleExcelView.renderMergedOutputModel(EasypoiSingleExcelView.java:68) at cn.afterturn.easypoi.view.PoiBaseView.render(PoiBaseView.java:62) at com.common.system.controller.UserMgrController.exportExcel(UserMgrController.java:273) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483)

gougou1993 avatar May 08 '18 02:05 gougou1993