]> source.dussan.org Git - poi.git/commit
Fixed XSSFCell to preserve cell style when cell value is set to blank, also avoid...
authorYegor Kozlov <yegor@apache.org>
Fri, 17 Apr 2009 18:02:01 +0000 (18:02 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 17 Apr 2009 18:02:01 +0000 (18:02 +0000)
commit9eff4e10b36d171ed5a33771066b779604897aff
tree33621cb83b0e84d70138f56fbb3ee5b4cbebd138
parent2ab0a58566226570ecbf55b7700cfb31d1e60a74
Fixed XSSFCell to preserve cell style when cell value is set to blank, also avoid NPE in XSSFCell.setCellType() when workbook does not have SST, see bugs 47026 and 47028

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766103 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java
src/testcases/org/apache/poi/hssf/data/47026.xlsm [new file with mode: 0755]
src/testcases/org/apache/poi/ss/usermodel/BaseTestCell.java