fixed
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user