]> source.dussan.org Git - poi.git/commit
While working on bug 61148 I found that getCellType() and setCellErrorValue() in...
authorDominik Stadler <centic@apache.org>
Tue, 19 Sep 2017 12:47:13 +0000 (12:47 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 19 Sep 2017 12:47:13 +0000 (12:47 +0000)
commitd1765d7e76ee5652c003f4a3479c24276609c861
tree5140f43ab3acd5ebd1384c48cebbf71cd6dfb63f
parent4835636fedee08f7cce90b6b57b3a412a8074d29
While working on bug 61148 I found that getCellType() and setCellErrorValue() in SXSSFCell are doing different things than the ones in XSSFCell, tried to fix this by mimicking functionality of XSSF in SXSSF as well.
Reformating some small things as well.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808874 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java
src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java
src/testcases/org/apache/poi/ss/usermodel/BaseTestCell.java