Compare commits

...

2 Commits

Author SHA1 Message Date
kamonwan taengsuk
266fd83299 Bug Fixed
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-19 14:19:31 +07:00
kamonwan taengsuk
d18005c6c5 Fix color 2025-06-19 14:15:30 +07:00
4 changed files with 6 additions and 6 deletions

View File

@@ -699,7 +699,7 @@ namespace rmutr_report.Controllers
ws.Cell(row, 5).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
ws.Cell(row, 6).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
ws.Range(ws.Cell(row, 1), ws.Cell(row, 6)).Style.Fill.BackgroundColor =
XLColor.FromArgb(255, 204, 204);
XLColor.FromArgb(255, 255, 204);
ws.Cell(row, 1).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
ws.Cell(row, 2).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
ws.Cell(row, 3).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
@@ -4938,7 +4938,7 @@ namespace rmutr_report.Controllers
"TH SarabunPSK";
ws.Range(ws.Cell(row, 1), ws.Cell(row, 2)).Style.Font.FontSize = 10;
ws.Range(ws.Cell(row, 1), ws.Cell(row, 2)).Style.Fill.BackgroundColor =
XLColor.FromArgb(255, 204, 204);
XLColor.FromArgb(255, 255, 204);
ws.Cell(row, 1).Style.Alignment.WrapText = true;
ws.Cell(row, 1).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
col2 = 2;
@@ -4948,7 +4948,7 @@ namespace rmutr_report.Controllers
ws.Cell(row, col2).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
ws.Cell(row, col2).Style.Font.FontName = "TH SarabunPSK";
ws.Cell(row, col2).Style.Font.SetBold().Font.FontSize = 10;
ws.Cell(row, col2).Style.Fill.BackgroundColor = XLColor.FromArgb(255, 204, 204);
ws.Cell(row, col2).Style.Fill.BackgroundColor = XLColor.FromArgb(255, 255, 204);
ws.Cell(row, col2).Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
ws.Cell(row, col2).Style.NumberFormat.SetFormat("#,#0");
ws.Cell(row, col2).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Center;

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b99b6fbfed6d466ff77e9a881c4f1a3fcb475176")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d18005c6c511d04c081dc9cb61c1d9aa4311d5c8")]
[assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
05219330ee7c1fcb456032b2cb26dd78e2af60be8d58494777ea34eb4160b43c
7c84c4ab7bd6b3cc713d321640cf80b87b1e2d5a054ebc36f0ca6fe33ba88336

View File

@@ -1 +1 @@
17503047351625050
17503066076533612