]> source.dussan.org Git - poi.git/commit
My own patch to fix #56328
authorDavid North <dnorth@apache.org>
Fri, 12 Jun 2015 15:20:10 +0000 (15:20 +0000)
committerDavid North <dnorth@apache.org>
Fri, 12 Jun 2015 15:20:10 +0000 (15:20 +0000)
commit26dda73341d98dfec6026c72666640003832dcb1
tree576d6308b779a5215ea71e660744efdb31abc96f
parent0d55c0c7722b3eba58529f772dfbb53b2856415d
My own patch to fix #56328

Add tests for initial patch applied by Nick in r1582892

Fix and test AreaReference#isWholeColumnReference to take account of the prevailing spreadsheet version. Fixing all users of this is a big undertaking, so for now I've left a fallback on the original behaviour for some cases.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685101 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/FormulaParser.java
src/java/org/apache/poi/ss/formula/ptg/AreaPtgBase.java
src/java/org/apache/poi/ss/util/AreaReference.java
src/ooxml/testcases/org/apache/poi/ss/formula/TestFormulaParser.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/util/TestAreaReference.java [new file with mode: 0644]