Response.Buffer = True
Response.ContentType = "appllication/vnd.ms-excel" // 엑셀로 지정
Response.CacheControl = "public"
// 파일 다운로드 창에서 열기,저장을 선택했을때 부터 데이터를 전송합니다.
Response.AddHeader "Content-Disposition","attachment; filename=파일명.xls"
'asp' 카테고리의 다른 글
[ASP] UTF-8 지원하도록 하기 위해서 (0) | 2009.05.04 |
---|---|
InetCtls.Inet (0) | 2009.02.20 |
Response.ContentType CONTENTSTYPE 종류들 (2) | 2008.12.10 |
Server.CreateObject("Excel.Application") 을 이용하여 엑셀을 출력하는 방법 (10) | 2008.12.10 |
ASP+ORACLE (0) | 2008.12.04 |