update excel file

This commit is contained in:
kamonwan taengsuk
2022-10-28 11:27:25 +07:00
parent 4a2e9731cd
commit 2758ea46c3
6 changed files with 16381 additions and 236 deletions

View File

@@ -14,7 +14,7 @@ namespace rmutr_report.Models
{
public string header_1 { get; set; }
public string header_2 { get; set; }
public string header_3 { get; set; }
//public string header_3 { get; set; }
public List<kpi_data_details> data { get; set; }
}