标签: excel jsp
如何在JSP上为用户提供下载excel文件链接的链接? 我的excel将存储在我的JSP页面上方的一个文件夹Web-INF下。
非常感谢。
答案 0 :(得分:0)
<a href="<%=this.getServletContext().getContextPath() %>/test.xls">Sample Excel File</a>