fixed
This commit is contained in:
@@ -4184,7 +4184,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Cell("A5").Style.Font.FontSize = 16;
|
||||
ws.Cell("A5").Style.Font.Bold = true;
|
||||
|
||||
ws.Range("B5:F5").Merge().Value = personnel.agency_name_th;
|
||||
ws.Range("B5:F5").Merge().Value = "มหาวิทยาลัยเทคโนโลยีราชมงคลรัตนโกสินทร์";
|
||||
ws.Range("B5:F5").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Left;
|
||||
ws.Range("B5:F5").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
|
||||
ws.Cell("B5").Style.Font.FontName = "TH SarabunPSK";
|
||||
|
||||
Reference in New Issue
Block a user