예전에 사용했었는데
팀원이 물어봐서 다시 찾아서 알려줌~
필요로 하는 사람은 유용한 Tip일듯.
<%
filename = "result_"&date()
Response.Buffer = TRUE
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "Content-disposition","attachment;filename=" & filename & ".xls" '저장하고자 하는 파일명
Response.write "111 222 333 444" ' 탭으로 구분하였음
Response.write "111 222 333 444"
Response.write "111 222 333 444"
Response.write "111 222 333 444"
%>
filename = "result_"&date()
Response.Buffer = TRUE
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "Content-disposition","attachment;filename=" & filename & ".xls" '저장하고자 하는 파일명
Response.write "111 222 333 444" ' 탭으로 구분하였음
Response.write "111 222 333 444"
Response.write "111 222 333 444"
Response.write "111 222 333 444"
%>
'Scrapbook > 개발관련' 카테고리의 다른 글
| base64.dll + 자동테이블 명세서 출력 + Copy Handler (0) | 2007/05/10 |
|---|---|
| MD5 알고리즘 (0) | 2007/04/20 |
| ASP에서 엑셀로 결과값 출력하기 (0) | 2007/04/17 |
| 페이지 내 로딩중 설정 (0) | 2007/01/20 |
| 온라인 청춘만화잡지 '만끽' 오픈 (0) | 2007/01/20 |
| 트래픽 초과 (0) | 2006/11/28 |




댓글을 달아 주세요