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:
PJ Fanning 2021-12-03 12:27:40 +00:00
parent f33217b9e4
commit 10cd7dc8ed
1 changed files with 1 additions and 0 deletions

View File

@ -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");
}
}