<%
response.setHeader("Content-Disposition", "attachment; filename=" + 파일명 + ".xls"); // 파일명
response.setHeader("Content-Description", "JSP Generated Data");
response.setContentType("application/vnd.ms-excel");
%>
'system > [JSP_E]' 카테고리의 다른 글
[error] Syntax error on token "==", = expected (0) | 2017.11.16 |
---|---|
No constructor with 0 arguments defined in class (0) | 2016.11.05 |
id_self_ is (0) | 2016.10.30 |
Annotation-specified bean name 'nameDAO' for bean class (0) | 2016.10.26 |
SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; (0) | 2016.10.24 |