Java基于XML+FreeMarker导出Word

来源:互联网 发布:剑灵人女捏脸数据下载 编辑:程序博客网 时间:2024/06/04 18:13

使用方法:

1、先用word制作模版,参数使用freemarker的写法 ${xxx} 暂时只支持这一种
2、然后将word另存为xml
3、再将xml拷贝一份,后缀名改为ftl
4、freemarker解析ftl输出word

 

public class WordExportAction extends AbstractAction {private Configuration configuration = null;private Template template = null;// 模版private void init(String filename, String templatePath) throws Exception {response.setContentType("application/msword;charset=UTF-8");response.setHeader("Content-Disposition", "inline;filename="+ java.net.URLEncoder.encode(filename, "UTF-8"));// 客户端不缓存response.addHeader("Pargam", "no-cache");response.addHeader("Cache-Control", "no-cache");configuration = new Configuration();configuration.setDefaultEncoding("utf-8");String templateName = templatePath.substring(templatePath.lastIndexOf("\\"));String templateRoot = templatePath.substring(0, templatePath.lastIndexOf("\\"));// 设置模本装置方法和路径,FreeMarker支持多种模板装载方法。可以重servlet,classpath,数据库装载,configuration.setDirectoryForTemplateLoading(new File(templateRoot));template = configuration.getTemplate(templateName);template.setEncoding("utf-8");// 指定模板如何检索数据模型,这是一个高级的主题了…// 但先可以这么来用:configuration.setObjectWrapper(new DefaultObjectWrapper());}/** * 导出word  * @param filename 导出的文件名 * @param dataMap 参数集合 * @param templatePath 模版路径 * @throws Exception */public void export(String filename, Map dataMap, String templatePath)throws Exception {// 初始化init(filename, templatePath);//执行导出template.process(dataMap, response.getWriter());}}


 

测试action

public class ExportWordTestAction extends WordExportAction{public String doExport() throws Exception{Map dataMap = new HashMap();// 在根中放入字符串"user"dataMap.put("dept", "研发部");dataMap.put("code", "r$d");dataMap.put("date", "2013-3-3");dataMap.put("addr", "天府软件园");String templatePath = "jsp/demosys/reports/word/test.ftl";export("03月27日常州03-⊥-C50停电申请单.doc",dataMap,templatePath);return null;}}


 

原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 苹果手机app密码忘了怎么办 好哥们借钱手上没钱怎么办 武汉ca证书u盾怎么办 判了刑发现还有漏案没判怎么办 高铁旅客漏乘怎么办 水库里面要养殖小龙虾最好怎么办 点读机的笔丢了怎么办 皮肤晒的很黑怎么办 电脑wifi连接受限制怎么办 高中孩子班管理松怎么办 脱式计算有余数怎么办 手机被别人绑定微信怎么办 饿了么入职查不到学历怎么办 高中没考上家人让打工怎么办 一建证书丢了怎么办 自考大专证书丢了怎么办 护士学分卡丢了怎么办 公司电脑只能用内网怎么办 遇见素质低的人怎么办 被素质低的人骂怎么办 对素质差的人怎么办 碰到素质低的人怎么办 和韩国人结婚后工作怎么办 大连明珠卡坏了怎么办 护肤品酒精含量太高怎么办 父母出国三年想孩子怎么办 孩子高考不理想想出国怎么办 交大附中创新班剩余孩子怎么办 棋牌开发公司倒闭了怎么办 7月1日本地流量怎么办 装电池的弹簧生锈了怎么办 电器被电池碱了怎么办 车辆被交警拖走怎么办 香烟熏的眼睛疼怎么办 想在中牟住5天怎么办 腰弯了直不了怎么办 自考科目停考了怎么办 把wlan密码忘了怎么办 滕州不给报新婚怎么办 体内锁水能力差怎么办 别人说你人品差怎么办