Jak napisać typ zawartości Excel podczas powrotu z widoku MVC
Response.ContentType = "application/vnd.ms-excel";
Response.AppendHeader("content-disposition", "attachment; filename=myfile.xls");
Inexpensive Iguana