bug fixed

This commit is contained in:
kamonwan taengsuk
2023-04-21 10:24:31 +07:00
parent da684f726b
commit b4b776257d
7 changed files with 1 additions and 1 deletions

View File

@@ -4289,7 +4289,7 @@ namespace rmutr_report.Controllers
ws.Cell("C12").Style.Font.FontName = "TH SarabunPSK";
ws.Cell("C12").Style.Font.FontSize = 16;
ws.Cell("C12").Style.Font.Bold = true;
ws.Cell("D12").Value = "เบิกจ่ายปี งปม." + personnel.year1.Substring(2, 2);
ws.Cell("D12").Value = "เบิกจ่ายปี งปม." + personnel.year1;
ws.Cell("D12").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Left;
ws.Cell("D12").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
ws.Cell("D12").Style.Font.FontName = "TH SarabunPSK";

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.