move file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user