On Fri, 16 Oct 2009, Jan W wrote:
Our project is using dbunit to load data sets from .xls files, and apparently dbunit is incompatible with POI 3.5. This is confirmed here: http://www.dbunit.org/dependencies.html which says dbunit requires POI 3.2. Looking at POI source code, the function HSSFDateUtil.isCellDateFormatted() is available in POI 3.2 but NOT in POI 3.5.

POI 3.2 to 3.5 isn't completely binary compatible, should be source compatible in all common cases there. Where possible it is binary compatible, but some bits around interfaces and static methods haven't allowed it

If you grab the dbunit sources and recompile it against poi 3.5, I think you ought to be fine

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to