02 2022 档案

摘要: 阅读全文
posted @ 2022-02-22 15:52 hddxp 阅读(53) 评论(0) 推荐(0)
摘要:需求:将报告数据、图片导出到docx 。 于是乎上手干: try { XWPFDocument doc = new XWPFDocument(); XWPFParagraph p1 = doc.CreateParagraph(); XWPFRun run = p1.CreateRun(); stri 阅读全文
posted @ 2022-02-10 14:44 hddxp 阅读(408) 评论(0) 推荐(0)