Go to file
Dominik Stadler 38b5621723 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.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1595659 13f79535-47bb-0310-9956-ffa450edef68
2014-05-18 19:18:27 +00:00
.settings Adjust Eclipse project for JDK 1.6 2014-02-02 10:41:05 +00:00
legal Fix the copyright notice year 2014-02-12 14:56:40 +00:00
maven Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom 2014-02-03 18:54:44 +00:00
sonar Try to exclude some generated files from Sonar runs 2014-04-18 18:19:17 +00:00
src 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. 2014-05-18 19:18:27 +00:00
test-data 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. 2014-05-18 19:18:27 +00:00
.classpath Now that we require Java 1.6, we no longer need to include the STAX-API jar as JRE 1.6 has it build in 2014-04-15 15:19:30 +00:00
.project Add Eclipse project files and settings to make it easier to start hacking on POI in Eclipse 2013-10-16 19:59:29 +00:00
KEYS Update Yegor's gpg key in the Keys file, with the latest version from the key servers (more signatures, correct expiry etc) 2014-03-26 19:03:03 +00:00
build.xml More stax jar removal for Java 6 2014-04-15 16:29:05 +00:00
doap_POI.rdf updated POI rdf descriptor 2012-11-25 12:43:26 +00:00
patch.xml Remove the executable flag from a number of files that aren't executables so shouldn't have it set 2013-06-25 22:12:48 +00:00