1、jsp生成word檔案,直接改動jsp格式:
<%@ pagepageencoding="gb2312"%>
<%
string filename ="word.doc";
byte bt =filename.getbytes("gb2312");
string unicostr = new string(bt, "iso-8859-1");
response.setheader("content-disposition","attachment; filename=" +unicostr);
%>
2、jsp設計動態**
建乙個表框架,事實上就是表頭,列出表的第一行,顯示細表的資料項名稱
型號型別
材料
詳細的**設計,參考:
JSP生成word檔案
1 jsp生成word檔案。直接改動jsp格式 pagepageencoding gb2312 string filename word.doc byte bt filename.getbytes gb2312 string unicostr new string bt,iso 8859 1 res...
Jsp頁面Word文件的生成
2.將word文件另存為htm格式,如果存為篩選過的網頁 html 則相關的頁首頁尾等格式資訊會丟失。3.將html的內容拷貝到jsp頁面即可。並將原先填充的內容用動態內容替換即可。如果要以附件形式顯示,則在jsp頁面中加入以下 string filename jl 6 11 5市場巡查情況記錄表....
C 根據Word模版生成Word檔案
指定的word模版 2,生成word類 新增com microsoft word 11.0 object library 引用 usingsystem usingsystem.collections.generic usingsystem.data usingsystem.windows.forms...