1
This commit is contained in:
parent
f317d90489
commit
5a4ff6fe60
@ -537,8 +537,9 @@ namespace DOAN.Service.MES.product
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (int i = 0; i < dataList.Count; i++)
|
||||
for (int i = 0; i < dataList.Count; i++)
|
||||
{
|
||||
var item = dataList[i];
|
||||
IRow row = sheet.GetRow(startRowIndex + i) ?? sheet.CreateRow(startRowIndex + i);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user