/[Apache-SVN]
ViewVC logotype

Revision 1595659


Jump to revision: Previous Next
Author: centic
Date: Sun May 18 19:18:27 2014 UTC (10 years, 5 months ago)
Changed paths: 5
Log Message:
Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases.

Changed paths

Path Details
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java modified , text changed
Directorypoi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java modified , text changed
Directorypoi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java modified , text changed
Directorypoi/trunk/test-data/spreadsheet/56170.xlsx added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26