jsp中将HTML中的table转换成Excel输出

来源:互联网 发布:ubuntu选择文字被删除 编辑:程序博客网 时间:2024/05/29 18:11
Insert the following code in your jsp. Automatically the dynamic content will be converted to excel .

<%@ page contentType = "application/vnd.ms-excel" %>
<% response.setContentType("application/vnd.ms-excel"); %>
原创粉丝点击