Bug 61431

Summary: Conditional formatting evaluation ignores undefined cells
Product: POI Reporter: Greg Woolsey <gwoolsey>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.17-dev   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Greg Woolsey 2017-08-16 23:49:12 UTC
A Vaadin-Spreadsheet unit test uncovered a case overlooked in the initial implementation.  A cell can be completely undefined in the model (Row is null or Cell is null) but still have conditional formatting applied when the sheet is displayed in Excel.  This is because formula based rules don't have to refer to the cell(s) they apply to.
Comment 1 Greg Woolsey 2017-08-16 23:53:52 UTC
fixed in r1805245.