mjzs 发表于 2019-12-24 15:28:20

autopoi有没有更加详细点的文档

autopoi有没有更加详细点的文档(模板的样例)

mjzs 发表于 2019-12-24 16:29:00

TemplateExportParams templateExportParams = new TemplateExportParams();
               templateExportParams.setHeadingRows(2);
               templateExportParams.setHeadingStartRow(2);
               templateExportParams.setTemplateUrl("org/jeecg/exporttmp/1.xls");
使用的是system的模块路径\jeecg-boot-module-system\target\classes\org\jeecg\exporttmp\1.xls,但是这段代码是在新建的模块里面,比如demo\target\classes\org\jeecg\exporttmp\1.xls,怎么写才能获取到正确的文件路径

admin_jh9 发表于 2019-12-30 09:30:09

http://doc.jeecg.com/1276995
页: [1]
查看完整版本: autopoi有没有更加详细点的文档