freemarker匯出word文件

2021-08-21 07:05:39 字數 959 閱讀 5920

1、word建好模板,需要填值的地方先寫上標記詞

2、另存為.xml檔案格式的檔案

替換,然後儲存為.ftl檔案。

4、新建乙個map,key就是上面${}裡面的字段。value就是需要填入word裡的值

5、用freemarker中的templeta類匯入ftl模板並寫入值

/**

* 輸出到輸出到檔案

* @param ftlname ftl檔名

* @param root 傳入的map

* @param outfile 輸出後的檔案全部路徑

* @param ftlpath 模板的路徑

*/private static void printfile(string ftlname, maproot, string outfile, string ftlpath) throws exception catch (templateexception e) catch (ioexception e) finally catch (ioexception e) }}

/**

* 通過檔名載入模版

* @param ftlname

*/public static template gettemplate(string ftlname, string ftlpath) throws exception catch (ioexception e)

return null;

}

ps:如有問題歡迎指出!!!

PowerDesigner匯出表到word

一 模版修改 在匯出表時,powerdesigner預設為我們提供了很多的模版,在工具欄中選擇 report report template 即可看到所有的預設模版。如圖一 圖一 模版列表 這裡我們為了匯出powerdesigner中建立的表,在工具欄中選擇 report reports 快捷鍵ct...

PowerDesigner匯出表到word

一 模版修改 在匯出表時,powerdesigner預設為我們提供了很多的模版,在工具欄中選擇 report report template 即可看到所有的預設模版。如圖一 圖一 模版列表 這裡我們為了匯出powerdesigner中建立的表,在工具欄中選擇 report reports 快捷鍵ct...

GridView匯出到Excel或Word檔案

前台頁面 後台 using system using system.data using system.configuration using system.collections using system.web using system.web.security using system.web...