bug
This commit is contained in:
@@ -137,7 +137,7 @@ namespace Tnb.PerMgr
|
|||||||
style.SetFont(font);
|
style.SetFont(font);
|
||||||
|
|
||||||
List<PerProcessStandardsD> list = new List<PerProcessStandardsD>() { };
|
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);
|
IRow row = sheet.GetRow(rowIndex);
|
||||||
ICell cell0 = row.GetCell(0);
|
ICell cell0 = row.GetCell(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user