A addup Dec 28, 2005 #2 Excel comes with a built-in HTML import filter -- at least my Excel 97 does open excel, and File|Open an HTML file just as you would a regular XLS, the import should kick in automatically. IF, however your question is about excel mimetypes, the answer is (in VB) Response.ContentType = "application/vnd.ms-excel" Response.AppendHeader("Content-Disposition", "attachment; filename=""myExcelFile.xls"";")
Excel comes with a built-in HTML import filter -- at least my Excel 97 does open excel, and File|Open an HTML file just as you would a regular XLS, the import should kick in automatically. IF, however your question is about excel mimetypes, the answer is (in VB) Response.ContentType = "application/vnd.ms-excel" Response.AppendHeader("Content-Disposition", "attachment; filename=""myExcelFile.xls"";")