Skip to content
Snippets Groups Projects
Commit db05b0ed authored by gpawel's avatar gpawel
Browse files

LMS-2462 bugfix

SVN: 22731
parent a63e9454
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ public class ExcelFileSection ...@@ -117,7 +117,7 @@ public class ExcelFileSection
} else } else
{ {
sections.add(new ExcelFileSection(sheet, sectionName, begin, row sections.add(new ExcelFileSection(sheet, sectionName, begin, row
.getRowNum())); .getRowNum() - 1));
sectionName = newSectionName; sectionName = newSectionName;
begin = row.getRowNum() + 1; begin = row.getRowNum() + 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment