bug fixed

This commit is contained in:
kamonwan taengsuk
2023-06-19 20:08:24 +07:00
parent 3e6c87bf5a
commit 53f9ac5d8a

View File

@@ -4285,7 +4285,7 @@ namespace rmutr_report.Controllers
ws.Cell("A12").Style.Font.FontName = "TH SarabunPSK";
ws.Cell("A12").Style.Font.FontSize = 16;
ws.Cell("A12").Style.Font.Bold = true;
ws.Cell("B12").Value = personnel.act_old1;
ws.Cell("B12").Value = personnel.budget1;
ws.Cell("B12").Style.NumberFormat.Format = "#,##0.0000";
ws.Cell("B12").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
ws.Cell("B12").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
@@ -4366,7 +4366,7 @@ namespace rmutr_report.Controllers
ws.Cell("A13").Style.Font.FontName = "TH SarabunPSK";
ws.Cell("A13").Style.Font.FontSize = 16;
ws.Cell("A13").Style.Font.Bold = true;
ws.Cell("B13").Value = personnel.act_old2;
ws.Cell("B13").Value = personnel.budget2;
ws.Cell("B13").Style.NumberFormat.Format = "#,##0.0000";
ws.Cell("B13").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
ws.Cell("B13").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;