This commit is contained in:
@@ -97,35 +97,35 @@ namespace rmutr_report.Controllers
|
||||
ws.Column(13).Width = 40;
|
||||
ws.Column(14).Width = 40;
|
||||
ws.Column(15).Width = 40;
|
||||
ws.Column(1).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(1).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(1).Style.Font.FontSize = 16;
|
||||
ws.Column(2).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(2).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(2).Style.Font.FontSize = 16;
|
||||
ws.Column(3).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(3).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(3).Style.Font.FontSize = 16;
|
||||
ws.Column(4).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(4).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(4).Style.Font.FontSize = 16;
|
||||
ws.Column(5).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(5).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(5).Style.Font.FontSize = 16;
|
||||
ws.Column(6).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(6).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(6).Style.Font.FontSize = 16;
|
||||
ws.Column(7).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(7).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(7).Style.Font.FontSize = 16;
|
||||
ws.Column(8).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(8).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(8).Style.Font.FontSize = 16;
|
||||
ws.Column(9).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(9).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(9).Style.Font.FontSize = 16;
|
||||
ws.Column(10).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(10).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(10).Style.Font.FontSize = 16;
|
||||
ws.Column(11).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(11).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(11).Style.Font.FontSize = 16;
|
||||
ws.Column(12).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(12).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(12).Style.Font.FontSize = 16;
|
||||
ws.Column(13).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(13).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(13).Style.Font.FontSize = 16;
|
||||
ws.Column(14).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(14).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(14).Style.Font.FontSize = 16;
|
||||
ws.Column(15).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Column(15).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Column(15).Style.Font.FontSize = 16;
|
||||
int col = 1;
|
||||
int row = 4;
|
||||
@@ -192,7 +192,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Cell(row, 14).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||
ws.Cell(row, 15).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
|
||||
ws.Range(ws.Cell(row, 1),ws.Cell(row,15)).Style.Alignment.WrapText = true;
|
||||
ws.Range(ws.Cell(row, 1),ws.Cell(row,15)).Style.Font.FontName = "TH Sarabun New";
|
||||
ws.Range(ws.Cell(row, 1),ws.Cell(row,15)).Style.Font.FontName = "TH SarabunPSK";
|
||||
ws.Range(ws.Cell(row, 1),ws.Cell(row,15)).Style.Font.FontSize = 16;
|
||||
row++;
|
||||
rowno++;
|
||||
|
||||
Reference in New Issue
Block a user