java - Apache POI version in ColdFusion 10 -
Is Apache POI a Way to Use the Version of ColdFusion 10? I have a look in Lib Directory but the name of the POI JAR file is not in any version number.
If this is not the latest version, how do I use the latest version in my code? I know that I can use I have downloaded the latest version of PoI and there are several JR files: 6 at the top level directory, 4 in sub-directory and 3 in ooxml-lib directory. Do I have to give all these jars to Once I have referenced the correct JARs in How do I change this code to use the latest version of POI that I have referenced in Still getting my head around all of these Java stuff! Thank you. Here are the steps to know the version of any jar Hope it helps this.JavaSettings to load a jar with custom code.
this Need to be referenced within Java settings?
this.JavaSettings , then use the library in my code? I have used the code with the code like CODE of cold fusion as the following:
createObject ('java', 'org.apache.poi.ss.usermodel.WorkbookFactory'). Create (Infel);
this.JavaSettings ?
Comments
Post a Comment