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 2020/04/30 01:09:11 UTC

[Bug 64393] New: [PATCH] Corrects relational operators against MissingArgEval

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

            Bug ID: 64393
           Summary: [PATCH] Corrects relational operators against
                    MissingArgEval
           Product: POI
           Version: 4.1.2-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: jwhite@venacorp.com
  Target Milestone: ---

Created attachment 37204
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37204&action=edit
Patch to treat MissingArgEval like BlankEval in RelationalOperationEval

I investigated an issue with a formula in the form of:

  =ISERROR(C4,)=0

where the expected value is TRUE when C4 is an error. Further investigation
showed that wherever ISERROR had no second argument, Excel treated it like a
zero when comparing against other numbers. This patch modifies
RelationalOperationEval to treat MissingArgEval the same way it treats
BlankEval.

-- 
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 64393] [PATCH] Corrects relational operators against MissingArgEval

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

Dominik Stadler <do...@gmx.at> changed:

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

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
Applied via r1877815 now, thanks for the patch and unit-tests.

-- 
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 64393] [PATCH] Corrects relational operators against MissingArgEval

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

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

-- 
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