update note csv/xlsx + fix typo OEE

This commit is contained in:
Samuele Locatelli
2021-07-02 19:19:36 +02:00
parent e304c08e37
commit 355fa9e246
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -9,6 +9,11 @@ using Microsoft.AspNetCore.Mvc.RazorPages;
namespace MP.Stats.Pages
{
/// <summary>
/// Gestione donwnload file csv
///
/// da valutare eventualmente xlsx con https://github.com/closedxml/closedxml
/// </summary>
public class DownloadModel : PageModel
{
#region Private Fields
-2
View File
@@ -213,8 +213,6 @@ namespace MP.Stats.Pages
#region Public Methods
#region Public Methods
public string checkSelect(DateTime DataRif, string Turno, string IdxMacchina)
{
string answ = "";