From 3e6c87bf5ae4a87a1c18048a1e5f4e66399af960 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Mon, 19 Jun 2023 17:46:56 +0700 Subject: [PATCH] fixed --- Controllers/Personnel.Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/Personnel.Controller.cs b/Controllers/Personnel.Controller.cs index 4639695..9c1d662 100644 --- a/Controllers/Personnel.Controller.cs +++ b/Controllers/Personnel.Controller.cs @@ -4448,7 +4448,7 @@ namespace rmutr_report.Controllers ws.Cell("A14").Style.Font.FontName = "TH SarabunPSK"; ws.Cell("A14").Style.Font.FontSize = 16; ws.Cell("B14").Value = personnel.not_include_salary1; - ws.Cell("A14").Style.NumberFormat.Format = "#,##0.0000"; + ws.Cell("B14").Style.NumberFormat.Format = "#,##0.0000"; ws.Cell("B14").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right; ws.Cell("B14").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center; ws.Cell("B14").Style.Font.FontName = "TH SarabunPSK";