Apparently since POI3.5, the method to check for DateFields does not work and I'm getting a:
java.lang.NoSuchMethodError: org.apache.poi.hssf.usermodel.HSSFDateUtil.isCellDateFormatted(Lorg/apache/poi/hssf/usermodel/HSSFCell;
We're stuck with POI3.7, as this is already used for another part of the system, but we may be able to update dbunit - is this issue fixed in 2.4.9 or planned to be fixed?
cheers
stefan
Please supply tests and code change and I will apply.
Here's a patch to update poi to 3.7
Updated to 3.11.