]> source.dussan.org Git - poi.git/commit
bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex argument...
authorJaven O'Neal <onealj@apache.org>
Fri, 10 Jun 2016 04:20:41 +0000 (04:20 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 10 Jun 2016 04:20:41 +0000 (04:20 +0000)
commit068bb510be079ab8a88516e432a9bf35be12c7e7
treedbce723a5ee33f5fcb98cc7bde5498cc2fee7072
parent1c2b9b31035f18d03c8186fbc66d0c242018b75e
bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex argument from calls to FormulaParser.parse(String, FormulaParsingWorkbook, FormulaType, int sheetIndex) when rowIndex is irrelevant, clear xmlColumnPr and commonXPath during updateHeaders so that users have a mechanism to clear invalidated cached values

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747627 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
src/java/org/apache/poi/ss/formula/EvaluationWorkbook.java
src/java/org/apache/poi/ss/formula/FormulaParser.java
src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
src/java/org/apache/poi/ss/formula/functions/Indirect.java
src/ooxml/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.java
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaParser.java
src/testcases/org/apache/poi/hssf/model/TestFormulaParser.java
src/testcases/org/apache/poi/hssf/record/TestArrayRecord.java
src/testcases/org/apache/poi/hssf/record/TestSharedFormulaRecord.java