molgenis / molgenis-legacy

The MOLGENIS Software generator tool for creating Dynamic Software Infrastructure used in the Life Sciences
http://www.molgenis.org
20 stars 19 forks source link

Remove ExcelEntityExporter dependency on JXL #206

Open dennishendriksen opened 11 years ago

dennishendriksen commented 11 years ago

ExcelEntityExporter depends on the JXL library. Use the ExcelWriter class (which currently uses apache poi under the hood) instead of talking directly with JXL.

dennishendriksen commented 11 years ago

Resolved in the molgenis repo