Bug Fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-08-30 11:18:04 +07:00
parent 47d0145272
commit 6e62fa7286
12 changed files with 39 additions and 7 deletions

View File

@@ -525,7 +525,7 @@ namespace rmutr_report.Controllers
ws.Cell("C4").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Center;
ws.Cell("C4").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
ws.Cell("C4").Style.Font.FontName = "TH SarabunPSK";
ws.Cell("C4").Style.Font.SetBold().Font.FontSize = 14;
ws.Cell("C4").Style.Font.SetBold().Font.FontSize = 10;
ws.Cell("C4").Style.Alignment.WrapText = true;
ws.Cell("C4").Style.Fill.BackgroundColor = XLColor.FromArgb(255, 153, 204);
ws.Cell("C4").Style.Border.OutsideBorder = XLBorderStyleValues.Thin;