add export excel

This commit is contained in:
kamonwan taengsuk
2023-02-07 17:06:15 +07:00
parent da83c3a288
commit 23c2e53d08
11 changed files with 934 additions and 6 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 indicator_type_name_th { get; set; }
public List<kpi_data_details> data { get; set; }
}