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/03/18 14:24:10 UTC

[Bug 64238] New: [PATCH] Make LOOKUP functions deal with empty last arg correctly

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

            Bug ID: 64238
           Summary: [PATCH] Make LOOKUP functions  deal with empty last
                    arg correctly
           Product: POI
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: patrick.boeker@haltec.de
  Target Milestone: ---

Created attachment 37103
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37103&action=edit
lookup_missing_param.patch

In `=VLOOKUP(A1,A2:C3,2,)` the last arg was seen as TRUE in POI, but FALSE in
Excel 2003 and Excel 2013.

This patch makes POI behave like Excel in this regard.
I have added some tests to verify the bahvior.

-- 
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 64238] [PATCH] Make LOOKUP functions deal with empty last arg correctly

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

--- Comment #1 from Patrick Böker <pa...@haltec.de> ---
Created attachment 37104
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37104&action=edit
LookupFunctionsTestCaseData.xls

To be placed in test-data\spreadsheet\LookupFunctionsTestCaseData.xls

-- 
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 64238] [PATCH] Make LOOKUP functions deal with empty last arg correctly

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

Patrick Böker <pa...@haltec.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

-- 
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 64238] [PATCH] Make LOOKUP functions deal with empty last arg correctly

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

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

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

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Applied via r1882827, thanks for the patch and the updated test-case!

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