| commit | 34bf7cbac1862cfa50c6147dece20cb050e11985 | [log] [tgz] |
|---|---|---|
| author | Sean Muir <sean.muir@jkmsoftware.com> | Mon Apr 17 15:25:05 2023 -0400 |
| committer | Sean Muir <sean.muir@jkmsoftware.com> | Mon Apr 17 15:25:05 2023 -0400 |
| tree | f36fd59ea4c0a286dc0ef37340479bd2d3a2a7a1 | |
| parent | 5cdf07ef0002be8f18e1e62fede839f60aa67c45 [diff] |
Updates to serialization Fixed issue with null flavor effective date and incorrect column offsets
diff --git a/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/SpreadsheetSerializer.java b/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/SpreadsheetSerializer.java index 8a5c0da..0deba71 100644 --- a/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/SpreadsheetSerializer.java +++ b/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/SpreadsheetSerializer.java
@@ -1892,6 +1892,9 @@ row.createCell(offset++).setCellValue(""); row.createCell(offset++).setCellValue(CDAUtil.getDomainPath(sxcm_ts)); + row.createCell(offset++).setCellValue(""); + row.createCell(offset++).setCellValue(CDAUtil.getDomainPath(sxcm_ts)); + } } else { row.createCell(offset++).setCellValue("");