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

This commit is contained in:
kamonwan taengsuk
2024-08-30 10:45:51 +07:00
parent f3c022b8fb
commit 47d0145272
3 changed files with 6 additions and 6 deletions

View File

@@ -3620,7 +3620,7 @@ namespace rmutr_report.Controllers
var workbook = new XLWorkbook();
var ws = workbook.Worksheets.Add("Sheet1");
//ws.Columns("A").AdjustToContents();
ws.Column(1).Width = 40;
ws.Column(1).Width = 45;
ws.Column(2).Width = 20;
ws.Column(3).Width = 20;
ws.Column(4).Width = 20;
@@ -4098,7 +4098,7 @@ namespace rmutr_report.Controllers
var workbook = new XLWorkbook();
var ws = workbook.Worksheets.Add("Sheet1");
//ws.Columns("A").AdjustToContents();
ws.Column(1).Width = 40;
ws.Column(1).Width = 45;
ws.Column(2).Width = 20;
ws.Column(3).Width = 20;
ws.Column(4).Width = 20;

View File

@@ -14,7 +14,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+fa07e5428e00c19a2a8055fba939148f2f0d8b2d")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f3c022b8fb694a8360a82cf22c620225d843bd25")]
[assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
2ca4ed1e7690a8e81e1928bc1990a28d5682b98006698e785075dec11ec2a71e
ff7be9677549d82fdcc27d57c81b9a729f2d70f2cdcdc711094707d50c0f6bc1