This commit is contained in:
2023-06-09 11:22:40 +08:00
parent ac7646eecf
commit 1f75188668

View File

@@ -137,7 +137,7 @@ namespace Tnb.PerMgr
style.SetFont(font);
List<PerProcessStandardsD> list = new List<PerProcessStandardsD>() { };
for (rowIndex = 1; rowIndex < sheet.LastRowNum; rowIndex++)
for (rowIndex = 1; rowIndex <= sheet.LastRowNum; rowIndex++)
{
IRow row = sheet.GetRow(rowIndex);
ICell cell0 = row.GetCell(0);