You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/08/16 23:49:12 UTC

[Bug 61431] New: Conditional formatting evaluation ignores undefined cells

https://bz.apache.org/bugzilla/show_bug.cgi?id=61431

            Bug ID: 61431
           Summary: Conditional formatting evaluation ignores undefined
                    cells
           Product: POI
           Version: 3.17-dev
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: gwoolsey@apache.org
  Target Milestone: ---

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 61431] Conditional formatting evaluation ignores undefined cells

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61431

Greg Woolsey <gw...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Greg Woolsey <gw...@apache.org> ---
fixed in r1805245.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org