All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.WEB-INF.jsp.cms.downloadXSL.jsp Maven / Gradle / Ivy

The newest version!
<%@ page import="java.util.*,java.io.*" pageEncoding="utf-8"
	contentType="application/msexcel"%>
<%
	//response.setHeader("Content-disposition","inline; filename=videos.xls");  
	response.setHeader("Content-disposition", "attachment; filename=test.xls");
	//以上这行设定传送到前端浏览器时的档名为test.xls  
	//就是靠这一行,让前端浏览器以为接收到一个excel档
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/";
%>



	
	spring jdbc test
	
	
	
	


	
id name
8787897 你好 我是中国人




© 2015 - 2024 Weber Informatics LLC | Privacy Policy