I have been working on a project with an Excel template that contains cell validation (Main Menu: Data : Validation...). When jXLS processes a forEach loop, the shift rows mechanism fails. This is a bug in POI that was fixed in the 3.5 release. Unfortunately, when I try to run jXLS with that version, it crashes (apparently) when trying to call a method that no longer exists on HSSFCell. I wrote...
2009-10-20 18:16:25 UTC in jXLS