move file

This commit is contained in:
kamonwan taengsuk
2022-11-03 14:05:34 +07:00
parent 52b3f8c922
commit c2bd91542e
9 changed files with 28 additions and 12 deletions

View File

@@ -176,6 +176,11 @@ namespace rmutr_report.Controllers
foreach (var data1 in header.data)
{
if ( rowno > 1 )
{
ws.Range(ws.Cell(row, 1), ws.Cell(row,1)).Merge();
}
ws.Cell(row, 2).Value = rowno;
ws.Cell(row, 3).Value = data1.name;
ws.Cell(row, 4).Value = data1.unit;