diff --git a/PerMgr/Tnb.PerMgr/PerProcessStandardsService.cs b/PerMgr/Tnb.PerMgr/PerProcessStandardsService.cs index d92d02c0..4c6ea01f 100644 --- a/PerMgr/Tnb.PerMgr/PerProcessStandardsService.cs +++ b/PerMgr/Tnb.PerMgr/PerProcessStandardsService.cs @@ -137,7 +137,7 @@ namespace Tnb.PerMgr style.SetFont(font); List list = new List() { }; - for (rowIndex = 1; rowIndex < sheet.LastRowNum; rowIndex++) + for (rowIndex = 1; rowIndex <= sheet.LastRowNum; rowIndex++) { IRow row = sheet.GetRow(rowIndex); ICell cell0 = row.GetCell(0);