I have an ASP.Net MVC site that generates a Microsoft Excel 2003 XML formatted spreadsheet. The spreadsheet looks good, the controller and views both work, but the file won
Try with
Response.ContentType = "application/vnd.ms-excel"
And keep the .XML extension.