mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 05:48:12 +00:00
fix bug generating profile spreadsheets
This commit is contained in:
parent
307ae9b0a0
commit
cb8b959322
@ -99,7 +99,7 @@ public class StructureDefinitionSpreadsheetGenerator extends CanonicalSpreadshee
|
||||
addStructureDefinitionMetadata(renderCanonicalResource(sd, forMultiple), sd);
|
||||
Sheet sheet = forMultiple && hasSheet("Elements") ? getSheet("Elements") : makeSheet("Elements");
|
||||
|
||||
if (sheet.getLastRowNum() == 0) {
|
||||
if (sheet.getPhysicalNumberOfRows() == 0) {
|
||||
Row headerRow = sheet.createRow(0);
|
||||
int coffset = forMultiple ? 1 : 0;
|
||||
for (int i = 0; i < titles.length; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user