]> source.dussan.org Git - poi.git/commit
Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be the inter...
authorDominik Stadler <centic@apache.org>
Wed, 6 Apr 2016 19:50:08 +0000 (19:50 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 6 Apr 2016 19:50:08 +0000 (19:50 +0000)
commitb9e7c32ffe56180a6f2721572fa6e422ac17fec0
tree51bf79260ec02ddbc8ab8cfd9be09ad2f8f9fdc3
parentec6bb2a066d7f4c3cb2eecfa91a97220c52ba92d
Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be the intersection operator as well, so we need to try and skip it as whitespace if intersection fails which can lead to hard to track bugs or misleading error messages with some formulas

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738033 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/FormulaParser.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaParser.java
test-data/spreadsheet/58648.xlsx [new file with mode: 0644]