This commit is contained in:
@@ -46,7 +46,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Cell("F2").Value = "ผู้รวบรวมและรายงาน";
|
||||
ws.Cell("F2").Style.Font.Bold = true;
|
||||
ws.Cell("F2").Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||
ws.Cell("G2").Value = "แผนปี" + _kpi.plan_year.Substring(2,2);
|
||||
ws.Cell("G2").Value = "แผนปี" + _kpi.plan_year;//.Substring(2,2);
|
||||
ws.Cell("G2").Style.Font.Bold = true;
|
||||
ws.Cell("G2").Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||
ws.Cell("H2").Value = "ผลลัพธ์";
|
||||
|
||||
Reference in New Issue
Block a user