This commit is contained in:
@@ -514,7 +514,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Range("B3:F3").Style.Font.SetBold().Font.FontSize = 10;
|
||||
ws.Range("B3:F3").Style.Fill.BackgroundColor = XLColor.FromArgb(255, 153, 204);
|
||||
ws.Range("B3:F3").Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||
ws.Cell("B4").Value = " ปี " + personnel.academic_year_name_th.Substring(2, 2) + " วิทย์";
|
||||
ws.Cell("B4").Value = " ปี " + personnel.academic_year_name_th.Substring(2, 2) + " ผลผลิต ผู้สำเร็จการศึกษาด้านวิทยาศาสตร์และเทคโนโลยี";
|
||||
ws.Cell("B4").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Center;
|
||||
ws.Cell("B4").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
|
||||
ws.Cell("B4").Style.Font.FontName = "TH SarabunPSK";
|
||||
@@ -522,7 +522,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Cell("B4").Style.Alignment.WrapText = true;
|
||||
ws.Cell("B4").Style.Fill.BackgroundColor = XLColor.FromArgb(255, 153, 204);
|
||||
ws.Cell("B4").Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||
ws.Cell("C4").Value = " ปี " + personnel.academic_year_name_th.Substring(2, 2) + " สังคม";
|
||||
ws.Cell("C4").Value = " ปี " + personnel.academic_year_name_th.Substring(2, 2) + " ผลผลิต ผู้สำเร็จการศึกษาด้านสังคมศาสตร์";
|
||||
ws.Cell("C4").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Center;
|
||||
ws.Cell("C4").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
|
||||
ws.Cell("C4").Style.Font.FontName = "TH SarabunPSK";
|
||||
@@ -530,7 +530,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Cell("C4").Style.Alignment.WrapText = true;
|
||||
ws.Cell("C4").Style.Fill.BackgroundColor = XLColor.FromArgb(255, 153, 204);
|
||||
ws.Cell("C4").Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||
ws.Cell("D4").Value = " ปี " + personnel.academic_year_name_th.Substring(2, 2) + " บริการวิชาการ";
|
||||
ws.Cell("D4").Value = " ปี " + personnel.academic_year_name_th.Substring(2, 2) + " ผลผลิต ผลงานการให้บริการวิชาการ";
|
||||
ws.Cell("D4").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Center;
|
||||
ws.Cell("D4").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
|
||||
ws.Cell("D4").Style.Font.FontName = "TH SarabunPSK";
|
||||
@@ -538,7 +538,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Cell("D4").Style.Alignment.WrapText = true;
|
||||
ws.Cell("D4").Style.Fill.BackgroundColor = XLColor.FromArgb(255, 153, 204);
|
||||
ws.Cell("D4").Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||
ws.Cell("E4").Value = " ปี " + personnel.academic_year_name_th.Substring(2, 2) + " ทำนุบำรุง";
|
||||
ws.Cell("E4").Value = " ปี " + personnel.academic_year_name_th.Substring(2, 2) + " ผลผลิต ผลงานทำนุบำรุงศิลปวัฒนธรรม";
|
||||
ws.Cell("E4").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Center;
|
||||
ws.Cell("E4").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;
|
||||
ws.Cell("E4").Style.Font.FontName = "TH SarabunPSK";
|
||||
|
||||
Reference in New Issue
Block a user