https://issues.apache.org/bugzilla/show_bug.cgi?id=50884
--- Comment #5 from [email protected] 2011-03-21 11:20:55 EDT --- (In reply to comment #4) > Ah, I think I fixed that a few days ago as part of bug #49381 > > Can you try with a nightly build / svn checkout from over the weekend and see > if that fixes it for you? Ok, it seems to be fixed in the last nightly build. But I think there is a Problem in this code snapshot: if (rowSplit == 0) { pane.setTopLeftCell(new CellReference(0, topRow).formatAsString()); (from XSSFSheet.createFreezePane) If there is only a column split the file is not correct (topRow is used and this is wrong) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
