]> 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)
commit1a941fcd691f9f6a1f7d5c04b87d61a03811da2d
treedbce723a5ee33f5fcb98cc7bde5498cc2fee7072
parente97e241ac2f0e0d5a1d8c4d0fcfa2521da73818b
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