cfsimplicity / spreadsheet-cfml

Standalone library for working with spreadsheets and CSV in CFML
MIT License
126 stars 35 forks source link

Remove the dependency on JavaLoader for Lucee 5 and load POI jars directly #107

Closed cfsimplicity closed 7 years ago

cfsimplicity commented 7 years ago

Lucee 5 allows the POI jars to be loaded dynamically via CreateObject() without clashing with existing versions of POI (which no longer ship with Lucee 5).

loadPoi() should therefore use this method rather than JavaLoader under Lucee 5.

cfsimplicity commented 7 years ago

Supported in version 1.0.0. See Loading the POI java libraries