update note csv/xlsx + fix typo OEE
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user