mirror of https://github.com/apache/poi.git
formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
784c88f079
commit
8c6172c772
|
@ -138,7 +138,7 @@ final class XLookupFunction implements FreeRefFunction, ArrayFunction {
|
|||
if (tableArray.isColumn()) {
|
||||
return area.offset(matchedIdx, matchedIdx,0, area.getWidth() - 1);
|
||||
} else {
|
||||
return area.offset(0, area.getHeight() - 1,matchedIdx, matchedIdx);
|
||||
return area.offset(0, area.getHeight() - 1, matchedIdx, matchedIdx);
|
||||
}
|
||||
} else {
|
||||
return returnEval;
|
||||
|
|
Loading…
Reference in New Issue