01 2020 档案

摘要:直接上代码:Map<String, Object> dataMap = afterLoanReportService.exportReport(startDate, endDate);//new FtlToWordUtil().downContract(request, response, data 阅读全文
posted @ 2020-01-08 15:24 ding9587 阅读(2828) 评论(0) 推荐(0)
摘要:如下实例是将 2.docx和3.docx合并,写到empty.docx中,不适用于.doc格式,public static void main(String[] args) { File file1 = new File("D:\\empty.docx"); List<File> targetFil 阅读全文
posted @ 2020-01-08 13:28 ding9587 阅读(1101) 评论(0) 推荐(0)
摘要:注:摘录自 https://www.cnblogs.com/shenzhouyh/articles/7243805.html 之前用过jacob 合并.doc,但是是有jacob有弊端: 服务器必须是Windows操作系统 —— 目前之所以web项目多用Java开发,就是因为服务器可以是Linux、 阅读全文
posted @ 2020-01-03 18:01 ding9587 阅读(2805) 评论(1) 推荐(0)