I have tired this
Code:
Response.ContentType = "application/vnd.ms-excel" Response.AddHeader "Content-Disposition", "attachment; filename=Enquiry_List.xls" Response.Charset="UTF-8"
Response.ContentType = "application/vnd.ms-excel" Response.AddHeader "Content-Disposition", "attachment; filename=Enquiry_List.xls" Response.Charset="UTF-8"
Leave a comment: