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