]> source.dussan.org Git - poi.git/commit
Bug 52233: Do not make the XSSFSheet invalid during write(), I could not find out...
authorDominik Stadler <centic@apache.org>
Wed, 14 Aug 2013 14:57:44 +0000 (14:57 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 14 Aug 2013 14:57:44 +0000 (14:57 +0000)
commit8efac247dbed8e55951097438e65b0e724a7ca49
tree29294957024b485888ee4cf6c83874c67f68ae72
parent607521c2dfa32a783075bb9c9284e092dcdacdb6
Bug 52233: Do not make the XSSFSheet invalid during write(), I could not find out why the ColsArray was set to null in the write() method. By removing this the writing of the sheet does not invalidate the Workbook any more and makes the test case work fine.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513916 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java