https://issues.apache.org/bugzilla/show_bug.cgi?id=46547
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Josh Micich <[email protected]> 2009-01-19 17:57:18 PST --- There are two bugs here. The first (little) one is that the ConditionalFormattingTable is being created while moving sheet rows even though it will remain empty. A simple fix would be to check the field before calling the lazy getter in Sheet.updateFormulasAfterCellShift(). The second (more serious) bug is that POI cannot add conditional formatting to the supplied spreadsheet. There is probably something a little unusual in ordering of BIFF records in this spreadsheet that RecordOrderer.java was not expecting. -- 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]
