无为清净楼资源网 Design By www.qnjia.com
jsp按格式导出doc文件实例详解
原理:doc文件其实可以保存为xml文件,该xml文件用字符串表示了doc文件的表现形式,我们只需要用Java将那些要填的内容替换掉然后下载给客户就行了。
1.首先是按照你的文档填写好数据。
2.将文档另存为xml文件,然后编辑该xml文件,将填好的内容用某种格式替换,如:将名字张三替换成${name}
3.读取文件,将文件中的${name}替换成真正的名字。
4.下载。
接下来看代码:
首先是那个转换类
package com.my.util; import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.util.Iterator; import java.util.Map; public class DowloadDocByTemplate { public InputStream dowload(String templatePath,Map map) throws IOException{ File file = new File(templatePath); StringBuffer sb = new StringBuffer(); BufferedReader br; br = new BufferedReader(new InputStreamReader(new FileInputStream(file),"UTF-8")); String s; while ((s = br.readLine()) != null) { sb.append(s); } br.close(); s = sb.toString(); Iterator<String> keys = map.keySet().iterator(); while(keys.hasNext()) { String key = (String) keys.next(); s=s.replace(key, (String) map.get(key)); } return new ByteArrayInputStream(s.getBytes("UTF-8")); } }
然后是action:
/** * 检查下载权限 * @return */ public String downLoadcheck(){ return SUCCESS; } public String getTargetFileName(){ return "zengguoqg.doc"; } public InputStream getInputStream(){ //ExportToWordUtil etw = new ExportToWordUtil(); StringBuffer carnumber = new StringBuffer("<w:tr w:rsidR='00000000'> <w:trPr> <w:trHeight w:hRule='exact' w:val='482'/> </w:trPr>"); String s1 = "<w:tc><w:tcPr><w:tcW w:w=\"236\" w:type=\"dxa\"/></w:tcPr><w:p w:rsidR=\"00000000\" w:rsidRDefault=\"009F38EE\">" + "<w:pPr><w:rPr><w:rFonts w:hint=\"eastAsia\"/></w:rPr></w:pPr><w:r>" + "<w:rPr><w:rFonts w:hint=\"eastAsia\"/></w:rPr><w:t>"; String number = "450981199202073518"; char[] ch = number.toCharArray(); for(int i =0;i<ch.length;i++){ carnumber.append(s1).append(ch[i]).append("</w:t></w:r></w:p></w:tc>"); } carnumber.append("</w:tr>"); Map<String,String> map = new HashMap(); map.put("${name}","曾强"); map.put("${sex}","男"); map.put("${writeDate}", "2014.1.2"); map.put("${cardNumber}", "1100106"); map.put("${personNumber}", carnumber.toString()); map.put("${birthday}", "2014.1.2"); map.put("${Education}", "本科"); map.put("${marride}", "未婚"); map.put("${comeFrom}", "广西"); map.put("${nation}", "汉族"); map.put("${ResidenceAddress}", "广西"); map.put("${PostalCode}", "543002"); map.put("${QQ}", "1104566175"); map.put("${job}", "软件工程师"); map.put("${politicalStatus}", "政治面貌"); map.put("${GraduateSchool}", "学院"); map.put("${professional}", "软件工程"); map.put("${beginWorkTime}", "2014.1.2"); map.put("${bankCarNumber}", "622709"); map.put("${emergencyContactPerson}", "曾强"); map.put("${relationship}", "同学"); map.put("${ummoveTelephone}", "0774133"); map.put("${mobilePhone}", "1350335"); map.put("${adreess}", "广西"); map.put("${mainExperience}", "无工作"); map.put("${favoriteAndGoodAt}", "喜欢打篮球"); String path = ServletActionContext.getServletContext().getRealPath("/fileTemplate/renyuandengjibiao2.xml"); System.out.println(path); //return etw.export(path, "test.xml", map, "out.doc"); try { return new DowloadDocByTemplate().dowload(path, map); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); return null; } } }
最后是Strut配置下载:
<package name="dowload" extends="struts-default"> <action name="dowload" class="zhaopingAction" method="downLoadcheck"> <result name="success" type="stream"> <param name="contentType">application/ZIP</param><!--默认为 text/plain--> <param name="inputName">inputStream</param> <param name="contentDisposition">filename="${targetFileName}"</param> <param name="bufferSize">4096</param><!-- 输出时缓冲区的大小 --> </result> </action>
完了,就这些了。xml文件我放在WebRoot/fileTemplate/renyuandengjibiao2.xml。
如有疑问,请留言或者到本站社区交流讨论,感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
无为清净楼资源网 Design By www.qnjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
无为清净楼资源网 Design By www.qnjia.com
暂无评论...
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。
更新日志
2024年11月16日
2024年11月16日
- 《怪猎荒野》PS5Pro主机版对比:B测性能都不稳定
- 黄宝欣.1992-黄宝欣金装精选2CD【HOMERUN】【WAV+CUE】
- 群星.1996-宝丽金流行爆弹精丫宝丽金】【WAV+CUE】
- 杜德伟.2005-独领风骚新歌精选辑3CD【滚石】【WAV+CUE】
- 安与骑兵《心无疆界》[低速原抓WAV+CUE]
- 柏菲唱片-群星〈胭花四乐〉2CD[原抓WAV+CUE]
- 金典女声发烧靓曲《ClassicBeautifulSound》2CD[低速原抓WAV+CUE]
- 王杰1992《封锁我一生》粤语专辑[WAV+CUE][1G]
- 群星《一人一首成名曲 (欧美篇)》6CD[WAV/MP3][7.39G]
- 东来东往2004《回到我身边·别说我的眼泪你无所谓》先之唱片[WAV+CUE][1G]
- MF唱片-《宝马[在真HD路上]》2CD[低速原抓WAV+CUE]
- 李娜《相信我》新时代[WAV+CUE]
- 2019明达发烧碟MasterSuperiorAudiophile[WAV+CUE]
- 蔡幸娟.1993-相爱容易相处难【飞碟】【WAV+CUE】
- 陆虎.2024-是否愿意成为我的全世界【Hikoon】【FLAC分轨】