fix index error
This commit is contained in:
parent
64f84274af
commit
11eb2cef53
|
@ -394,8 +394,9 @@ public class StructureDefinitionSpreadsheetGenerator extends CanonicalSpreadshee
|
|||
}
|
||||
}
|
||||
}
|
||||
sheet.setActiveCell(new CellAddress(sheet.getRow(1).getCell(0)));
|
||||
|
||||
if (sheet.getLastRowNum() > 0) {
|
||||
sheet.setActiveCell(new CellAddress(sheet.getRow(1).getCell(0)));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue