diff --git a/Controllers/RapportiniController.cs b/Controllers/RapportiniController.cs index d2de355..e189cda 100644 --- a/Controllers/RapportiniController.cs +++ b/Controllers/RapportiniController.cs @@ -216,7 +216,8 @@ namespace VirtualTask.Controllers //workbook.SaveAs($"C:\\Users\\utente\\Desktop\\ExcelVT\\buoni_{dateFile}.xlsx"); string contentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"; - string fileName = "authors.xlsx"; + //string fileName = "authors.xlsx"; + string fileName = $"buoni_{dateFile}.xlsx"; using (var stream = new MemoryStream()) { workbook.SaveAs(stream);