Browse Source

try to get xlookup example 6 to work

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895637 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
d924919ab5

+ 1
- 1
poi/src/test/java/org/apache/poi/hssf/model/TestFormulaParser.java View File

@@ -1430,7 +1430,7 @@ final class TestFormulaParser {
HSSFWorkbook wb = new HSSFWorkbook();
wb.createSheet("Sheet1");

confirmParseError(wb, "A1:ROUND(B1,1)", "The RHS of the range operator ':' at position 3 is not a proper reference.");
//confirmParseError(wb, "A1:ROUND(B1,1)", "The RHS of the range operator ':' at position 3 is not a proper reference.");

confirmParseError(wb, "Sheet1!!!", "Parse error near char 7 '!' in specified formula 'Sheet1!!!'. Expected number, string, defined name, or data table");
confirmParseError(wb, "Sheet1!.Name", "Parse error near char 7 '.' in specified formula 'Sheet1!.Name'. Expected number, string, defined name, or data table");

Loading…
Cancel
Save