]> source.dussan.org Git - poi.git/commit
1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any cell...
authorYegor Kozlov <yegor@apache.org>
Fri, 12 Dec 2008 15:36:05 +0000 (15:36 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 12 Dec 2008 15:36:05 +0000 (15:36 +0000)
commitf50adf36d183f2d29cf4110bcb539a9e3dc5dce1
treee2d25c015d6015f0857c22ec072e15e42e8ad46b
parenteca181f8e46ba93045f2ea0306a6623833d4d2cd
1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any cell modifications, if it fails the cell must be left in the state prior to the invocation. 2. added  @throws javadoc to HSSFRow.createCell and XSSFRow.createCell, see bug #10393 3. fixed incorrect condition type in CFRuleRecord if the rule is a formula

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@726049 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/record/CFRuleRecord.java
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/java/org/apache/poi/hssf/usermodel/HSSFRow.java
src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Row.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java
src/testcases/org/apache/poi/hssf/record/TestCFRuleRecord.java