You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominik Stadler ecf9194b65 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. 10 years ago
..
dev Fix some Eclipse identified warnings 10 years ago
eventusermodel Fix some Eclipse identified warnings 10 years ago
extractor Rather than having lots of classes all create their own XML DocumentBuilderFactory instance, push that logic to a helper which sets all the right defaults 10 years ago
model Bug 49940: Apply patch to avoid XmlValueDisconnectedException when 10 years ago
streaming Patch for #55594 from Paul Vonnahme - Fix SXSSF encodings on EBC 10 years ago
usermodel 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. 10 years ago
util Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF documents 13 years ago