I would like to use a newer version of Apache POI with ColdFusion 10 than the one it comes with, since I need to access some new features.
I tried the ColdFusion Apache POI JAR file exchange for newer versions, but this caused some of the built-in ColdFusion spreadsheet functions to break.
Is it possible to download the new version for use in my code, but leave the ColdFusion version untouched so that the functionality of the embedded tables still works?
I know that it is possible to specify your own Java loading path in CF10 , but if I try and load into a newer version of the library that is already loaded to use ColdFusion, will this cause a collision?
source
share