]> 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)
commitcb911c4b9ada3c60272f52fd40e383f7c984d7df
tree51bf79260ec02ddbc8ab8cfd9be09ad2f8f9fdc3
parentabf2f2947862a96544e6f5cfeb7ca0e524b96ae7
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]