]> 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)
commit6bdce2bfd7732a63cd0e9f7b7d9816e5f6f0fe86
tree5140f43ab3acd5ebd1384c48cebbf71cd6dfb63f
parent7d8f31d4a4b8c9f3b0e3ed9dc1d475edd880a45e
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