mirror of https://github.com/apache/poi.git
add xlookup tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f33217b9e4
commit
10cd7dc8ed
|
@ -46,6 +46,7 @@ public class TestXLookupFunction {
|
|||
//wildcard lookups
|
||||
assertString(fe, cell, "XLOOKUP(\"brazil\",B2:B11,D2:D11,,2)", "+55");
|
||||
assertString(fe, cell, "XLOOKUP(\"b*l\",B2:B11,D2:D11,,2)", "+55");
|
||||
assertString(fe, cell, "XLOOKUP(\"i???a\",B2:B11,D2:D11,,2)", "+91");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue