From 13755a4ce0dbdef0aa58a084b7d5fd43f44b0e06 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Thu, 15 Jun 2023 17:01:32 +0700 Subject: [PATCH] fixed --- Controllers/Personnel.Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/Personnel.Controller.cs b/Controllers/Personnel.Controller.cs index 3426dc8..1bd002f 100644 --- a/Controllers/Personnel.Controller.cs +++ b/Controllers/Personnel.Controller.cs @@ -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";