Even if you have resolved your issue, here is another one try to export csv using mvc.
return new FileStreamResult(fileStream, "text/csv") { FileDownloadName = fileDownloadName };
return new FileStreamResult(fileStream, "text/csv") { FileDownloadName = fileDownloadName };