TheJacksonLaboratory / HPOworkbench

Human Phenotype Ontology Workbench
http://hpo-workbench.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

docx4j #17

Closed pnrobinson closed 6 years ago

pnrobinson commented 6 years ago

Consider using this library to create word/excel

https://www.docx4java.org/trac/docx4j

pnrobinson commented 6 years ago

Yes indeed this is a nice library -- I replaced the POI code in one class by the docx4j code and the result looks nicer and it is much easier/saner. TODO: replace the POI code in HPO2Word and consider whether we can make a Word table to send to colleagues instead of the Excel file.

pnrobinson commented 6 years ago

This is now integrated. The excel files seem to be what people are looking for so I am not going to develop this further at this time.