freemarker中怎么导出word
发表于:2025-02-03 作者:千家信息网编辑
千家信息网最后更新 2025年02月03日,本篇文章给大家分享的是有关freemarker中怎么导出word,小编觉得挺实用的,因此分享给大家学习,希望大家阅读完这篇文章后可以有所收获,话不多说,跟着小编一起来看看吧。1.新建word文档,导出
千家信息网最后更新 2025年02月03日freemarker中怎么导出word
本篇文章给大家分享的是有关freemarker中怎么导出word,小编觉得挺实用的,因此分享给大家学习,希望大家阅读完这篇文章后可以有所收获,话不多说,跟着小编一起来看看吧。
1.新建word文档,导出预期如下
2.另存为xml文件
3.编辑xml,将文字替换成表达式 ${argname}
原图:
替换后 :
年龄、职位、项目、简述对应的值依次替换成 ${age} ${position} ${project} ${note}
4.修改文件名称为:ftl2doc.ftl,放到项目里
5.查看pom依赖是否添加若没有需添加freemarker依赖
org.springframework.boot spring-boot-starter-freemarker
6.编写工具类
package org.jeecg.modules.system.util;import java.io.File;import java.io.IOException;import java.io.PrintWriter;import java.net.URLEncoder;import java.util.Locale;import java.util.Map;import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse;import freemarker.template.*;public class FreemarkerUtil { private static final Object LOCK = new Object(); private static Configuration cfg; private static FreemarkerUtil ftl ; private FreemarkerUtil(File file) throws IOException { cfg = new Configuration(); cfg.setDirectoryForTemplateLoading(file); cfg.setEncoding(Locale.getDefault(), "UTF-8"); cfg.setObjectWrapper(new DefaultObjectWrapper()); } private static void check(File file) { if (ftl == null) { synchronized (LOCK) { try { ftl = new FreemarkerUtil(file); } catch (IOException e) { e.printStackTrace(); } } } } /** * 创建 word 文档 * 必须先设置response导出配置,然后解析模版,否则会出问题 * @throws IOException */ public static void createFile(File templateDir,String templateName,String docFileName, MaprootMap,HttpServletRequest request, HttpServletResponse response) throws IOException { // response.resetBuffer(); //设置导出 response.addHeader("Cache-Control","no-cache"); response.setCharacterEncoding("UTF-8"); response.setContentType("application/vnd.ms-word;charset=UTF-8"); String ua = request.getHeader("user-agent"); ua = ua == null ? null : ua.toLowerCase(); if(ua != null && (ua.indexOf("firefox") > 0 || ua.indexOf("safari")>0)){ try { docFileName = new String(docFileName.getBytes(),"ISO8859-1"); response.addHeader("Content-Disposition","attachment;filename=" + docFileName); } catch (Exception e) { } }else{ try { docFileName = URLEncoder.encode(docFileName, "utf-8"); response.addHeader("Content-Disposition","attachment;filename=" + docFileName); } catch (Exception e) { } } check(templateDir); //解析模版 Template temp = cfg.getTemplate(templateName, "UTF-8"); PrintWriter write = response.getWriter(); try { temp.process(rootMap, write); } catch (TemplateException e) { e.printStackTrace(); }finally { if(write != null){ write.flush(); write.close(); } } }}
7.测试接口
@Resource private ResourceLoader resourceLoader; @GetMapping(value = "/wordTest") public void wordTest(HttpServletRequest req,HttpServletResponse resp){ String path = "templates/word"; org.springframework.core.io.Resource resource = resourceLoader.getResource("classpath:"+path); try { File file = resource.getFile(); Mapmap = new HashMap (); //这里map的key和上面模板内的${key}保持一致即可 map.put("name", "刘禹锡"); map.put("age", 26); map.put("position", "php开发"); map.put("project", "不动产登记项目"); map.put("note", "php是世界上最好的语言!!!"); String docFileName ="word-模板导出测试.doc"; String templateName = "ftl2doc.ftl"; FreemarkerUtil.createFile(file,templateName,docFileName, map, req, resp); } catch (IOException e) { e.printStackTrace(); } }
测试结果导出文件如下:
以上就是freemarker中怎么导出word,小编相信有部分知识点可能是我们日常工作会见到或用到的。希望你能通过这篇文章学到更多知识。更多详情敬请关注行业资讯频道。
文件
项目
UTF-8
测试
文档
更多
模板
模版
知识
篇文章
实用
一致
不动产
世界
原图
就是
工作会
工具
年龄
接口
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
军营网络安全宣传周群众大讨论
网络安全教育内容演讲稿
软件开发过程课后答案
亚马逊云服务器管理员密码
中科软软件开发有限公司
dellr320服务器启动选项
喵赞软件开发
4g网络技术英文简称
网络技术应用于教研的例子
金蝶是用什么软件开发的
雇佣网络技术服务合同
云裳山村互联网科技
强化主导 狠抓网络安全
良好的网络安全风险管理制度
感知源数据库建设研讨会
员工管理系统数据库
宁夏旗舰货车服务器
软件开发的三个概念
安徽高科技软件开发售后保障
湖南巨龙网络技术有限公司官网
谈谈软件开发的行业前景
软件开发需要具备什么素养
华为软件开发岗前景
大脚插件获取数据库设置
VCD出租零售数据库
江西常见软件开发资费
大学生对网络安全的建议
评价网络安全标准
云服务器怎么保障安全源
网络安全人员惩戒