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"); %>
<%@ page contentType = "application/vnd.ms-excel" %>
<% response.setContentType("application/vnd.ms-excel"); %>
博客介绍了在JSP中插入特定代码,可将动态内容自动转换为Excel的方法。代码为<%@ page contentType = \application/vnd.ms-excel\ %>和<% response.setContentType(\application/vnd.ms-excel\); %>。
5万+

被折叠的 条评论
为什么被折叠?



