Compare commits
2 Commits
667609ce73
...
266fd83299
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
266fd83299 | ||
|
|
d18005c6c5 |
@@ -699,7 +699,7 @@ namespace rmutr_report.Controllers
|
|||||||
ws.Cell(row, 5).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
|
ws.Cell(row, 5).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
|
||||||
ws.Cell(row, 6).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 =
|
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, 1).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||||
ws.Cell(row, 2).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
ws.Cell(row, 2).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||||
ws.Cell(row, 3).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
ws.Cell(row, 3).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||||
@@ -4938,7 +4938,7 @@ namespace rmutr_report.Controllers
|
|||||||
"TH SarabunPSK";
|
"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.Font.FontSize = 10;
|
||||||
ws.Range(ws.Cell(row, 1), ws.Cell(row, 2)).Style.Fill.BackgroundColor =
|
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.Alignment.WrapText = true;
|
||||||
ws.Cell(row, 1).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
ws.Cell(row, 1).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||||
col2 = 2;
|
col2 = 2;
|
||||||
@@ -4948,7 +4948,7 @@ namespace rmutr_report.Controllers
|
|||||||
ws.Cell(row, col2).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
ws.Cell(row, col2).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||||
ws.Cell(row, col2).Style.Font.FontName = "TH SarabunPSK";
|
ws.Cell(row, col2).Style.Font.FontName = "TH SarabunPSK";
|
||||||
ws.Cell(row, col2).Style.Font.SetBold().Font.FontSize = 10;
|
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.Alignment.Vertical = XLAlignmentVerticalValues.Center;
|
||||||
ws.Cell(row, col2).Style.NumberFormat.SetFormat("#,#0");
|
ws.Cell(row, col2).Style.NumberFormat.SetFormat("#,#0");
|
||||||
ws.Cell(row, col2).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Center;
|
ws.Cell(row, col2).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Center;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[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.AssemblyProductAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
05219330ee7c1fcb456032b2cb26dd78e2af60be8d58494777ea34eb4160b43c
|
7c84c4ab7bd6b3cc713d321640cf80b87b1e2d5a054ebc36f0ca6fe33ba88336
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
17503047351625050
|
17503066076533612
|
||||||
Reference in New Issue
Block a user