add reports

This commit is contained in:
kamonwan taengsuk
2023-07-11 14:30:16 +07:00
parent 52f5014980
commit 592206711b
9 changed files with 542 additions and 2 deletions

View File

@@ -3093,7 +3093,7 @@ namespace rmutr_report.Controllers
XLAlignmentHorizontalValues.Left;
ws.Range(ws.Cell(row, 7), ws.Cell(row, 20)).Style.Alignment.Horizontal =
XLAlignmentHorizontalValues.Right;
ws.Range(ws.Cell(row, 1), ws.Cell(row, 20)).Style.Fill.BackgroundColor = XLColor.LightYellow;
ws.Range(ws.Cell(row, 1), ws.Cell(row, 20)).Style.Fill.BackgroundColor = XLColor.FromArgb(255,230,153);
ws.Range(ws.Cell(row, 7), ws.Cell(row, 20)).Style.NumberFormat.SetFormat("#,#");
ws.Range(ws.Cell(row, 2), ws.Cell(row, 6)).Style.Alignment.Horizontal =
XLAlignmentHorizontalValues.Center;