bug fixed

This commit is contained in:
kamonwan taengsuk
2023-02-19 13:13:08 +07:00
parent 6b10902a30
commit c9d548b642
2 changed files with 3 additions and 0 deletions

View File

@@ -182,6 +182,7 @@ namespace rmutr_report.Controllers
ws.Cell(rowhead, col).Style.Border.RightBorder = XLBorderStyleValues.Thin;
ws.Cell(rowhead,col).Style.Font.FontName = "TH Sarabun New";
ws.Cell(rowhead,col).Style.Font.FontSize = 16;
ws.Cell(rowhead,col).Style.Alignment.WrapText = true;
col++;
var a = _kpi.agencys.Count;