最近多了一个需求,需要对word模板内容进行替换,一开始用的是word03版的,替换起来比较简单,主要是range对像替换非常方便,而且可以保留替换前的字体样式. InputStream is = new FileInputStream(srcFath); OutputStream os = new FileOutputStream(tempFile); XWPFDocument doc = new XWPFDocument(is); Range range = doc.getRange();
辅助类1 json和datatable互转: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Script.Serialization; //System.Web.Extensions.dll using System.Collections; using System.Data; namespace Utils { public st
Js使用word书签填充内容 1.在模板文件中需要填充的地方插入书签 填充内容为:(|光标所在处) 填写书签名,点击添加完成: 2.使用js打开模板,获取书签位置,填充数据: function printWord(flag){ var word; try{ word = new ActiveXObject("Word.Application"); word.visible = false; }catch(e){ alert("确认是否安装了OFFICE软件,是否添加了受信站点