Response.ContentType = "application/x-msexcel"
Response.AddHeader "Content-Disposition", "attachment; filename=download.xls"
상단에 그냥 찍어 주면 된다.
Response.ContentType = "application/x-msexcel"
Response.AddHeader "Content-Disposition", "attachment; filename=download.xls"
상단에 그냥 찍어 주면 된다.