我有2个名为:
的JSPuserDetails.jsp
exportUser.jsp
第一个JSP将在表中显示数据库记录。在表格下方有一个名为"导出到Excel"的链接。可用:
<a href="exportUser.jsp"> Export to Excel</a>
点击链接后,我需要通过exportUser.jsp将数据导出为excel .xlsx格式
除了第二个JSP
之外,两个JSP都有类似的代码 <%@page contentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" pageEncoding="UTF-8"%>
但是,我从Excel中收到此错误:
Excel无法打开文件&#39; exportUser.jsp&#39;因为文件格式或 文件扩展名无效。验证文件尚未存在 已损坏且文件扩展名与文件格式匹配。