Archive

‘JAVA’ 分類過的Archive

網頁轉成Excel

2005年4月3日 尚無評論

許多的專案使用者都會希望將報表匯到excel,在jsp這要怎麼做呢? 這個蠻簡單的,看一下下面的sample,將它放到tomcat上執行一下就知道了。

Sample Code:

[CODE]

<%@ page contentType=”application/msexcel” %>
<%
response.setHeader(“Content-disposition”,”inline; filename=GlobalExport.xls”);
%>

Categories: JAVA Tags:
分頁: 上一頁 1 2 3 4 5 6 7