Hi, I've tried to ask this question to several addresses but get no answer. Hope this time is the right place to ask question regarding using POI.
I need to find a solution to interface Excel files to my application. I've downloaded POI jars and tried to run the sample test driver "HSSF" but got NoSuchMethodError from HSSFLog, line 107: net.sourceforge.poi.hssf.HSSFLog.<init>(HSSFLog.java:107) Line 107 of HSSFLog is: log.getDefaultHierarchy().disableDebug(); I'm using POI 1.0.2 and log4j 1.2beta3. From log4j documentation I know there is no such method "disableDebug" in LoggerRepository class. I have also tried log4j version 1.0.4 but got the same error. I have to manually modify HSSFLog.java to not to use that method to work around with it. I then got lots of log messages. My question is which version of log4j is used by HSSF 1.0.2 and where I can download that version. Thanks for any help. an
