]> source.dussan.org Git - poi.git/commit
bugzilla 52575: added an option to ignore missing workbook references in formula...
authorYegor Kozlov <yegor@apache.org>
Mon, 6 Feb 2012 07:37:11 +0000 (07:37 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 6 Feb 2012 07:37:11 +0000 (07:37 +0000)
commit8eaddd5fe2cbf21ec3d348644455d5efdd049bf3
treedcbfc2a7a56149eb55084211736ce15287b2fdce
parent71d08123bcc43b6221478a73c892bb06ac4b845b
bugzilla 52575: added an option to ignore missing workbook references in formula evaluator

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1240903 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationCell.java
src/java/org/apache/poi/ss/formula/EvaluationCell.java
src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java
src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
src/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluationCell.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFEvaluationCell.java
src/testcases/org/apache/poi/ss/formula/TestMissingWorkbook.java [new file with mode: 0644]
test-data/spreadsheet/52575_main.xls [new file with mode: 0644]
test-data/spreadsheet/52575_source.xls [new file with mode: 0644]