This commit is contained in:
kamonwan taengsuk
2023-06-19 17:46:56 +07:00
parent 98bcefbec3
commit 3e6c87bf5a

View File

@@ -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";