Programming/ASP
엑셀 다운로드
왕계란
2016. 2. 3. 10:28
Response.ContentType = "application/x-msexcel"
Response.AddHeader "Content-Disposition", "attachment; filename=download.xls"
상단에 그냥 찍어 주면 된다.