diff --git a/Controllers/Budget.Controller.cs b/Controllers/Budget.Controller.cs index fe3014e..81b83c4 100644 --- a/Controllers/Budget.Controller.cs +++ b/Controllers/Budget.Controller.cs @@ -2700,7 +2700,6 @@ namespace rmutr_report.Controllers Excel2007Export excel = new Excel2007Export(); report.Export(excel, stream); stream.Seek(0, SeekOrigin.Begin); - //return File(stream, "application/vnd.ms-excel"); string date = DateTime.Now.ToString("yyyyMMddHHmmss"); return File( stream,