Closed albertbatdeveloper closed 6 years ago
Sorry for the delay in fixing this and thanks for pointing out this bug. I have fixed it and made a new release that now correctly exports in Excel format https://github.com/TheJacksonLaboratory/HPOworkbench/releases/tag/v.1.2.0
Exporting to excel worked properly before but whith latest versions, process starts but no export file is generated. In log file, logging stopped log entries in "creating excel" process:
2018-07-12 11:22:23,236 [JavaFX Application Thread] TRACE org.monarchinitiative.hpoworkbench.controller.HpoController - exporting to excel 2018-07-12 11:23:07,120 [JavaFX Application Thread] TRACE org.monarchinitiative.hpoworkbench.controller.HpoController - Setting path to LOINC Core Table file to C:\ExportedFiles\hpo.xlsx 2018-07-12 11:23:07,391 [JavaFX Application Thread] TRACE org.monarchinitiative.hpoworkbench.excel.Hpo2ExcelExporter - Creating excel
Regards