summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix eclipse warningsAndreas Beeker2016-03-202-6/+9
* XmlBeans generation still needs the original jarAndreas Beeker2016-03-201-1/+1
* eclipse warning fixesAndreas Beeker2016-03-188-96/+149
* sonar fixAndreas Beeker2016-03-182-6/+7
* #59195 - POIXMLTypeLoader depends on XMLBeans 2.6.0 - remove piccolo classes ...Andreas Beeker2016-03-182-3/+13
* sonar fixAndreas Beeker2016-03-171-2/+2
* findbugs fixAndreas Beeker2016-03-171-95/+95
* sonar fixAndreas Beeker2016-03-171-18/+15
* forgot another contains call ...Andreas Beeker2016-03-161-2/+2
* findbugs fixAndreas Beeker2016-03-161-2/+2
* sonar fixesAndreas Beeker2016-03-164-11/+11
* increase perm genAndreas Beeker2016-03-161-0/+1
* sonar fixesAndreas Beeker2016-03-161-4/+4
* sonar fixesAndreas Beeker2016-03-163-8/+8
* findbugs fixesAndreas Beeker2016-03-163-5/+6
* forbidden-apis-fixAndreas Beeker2016-03-161-1/+1
* findbugs fixesAndreas Beeker2016-03-163-3/+6
* sonar fixesAndreas Beeker2016-03-161-12/+21
* First try of uncluttering CellNumberFormatter.Andreas Beeker2016-03-163-409/+512
* Fix for Softmaker Office files, which set encryption settings invalidlyAndreas Beeker2016-03-161-1/+6
* 59183 - handle timezones (even with colons) in date parsing metadata in ooxml...Tim Allison2016-03-162-16/+79
* Ignore ODSNick Burch2016-03-151-0/+1
* One final invalid file type checkNick Burch2016-03-151-0/+15
* Before opening an OOXML file, check the first few bytes, and give helpful exc...Nick Burch2016-03-153-11/+121
* Push all the zip opening logic into ZipHelperNick Burch2016-03-152-13/+23
* Fix inconsistent indentsNick Burch2016-03-151-142/+141
* Fix inconsistent indentsNick Burch2016-03-151-244/+244
* Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...Nick Burch2016-03-158-5/+154
* Add a test ODS file, for more helpful error messagesNick Burch2016-03-151-0/+0
* Remove some useless lines of code, the initialAllocationSize is ignored in SX...Dominik Stadler2016-03-141-13/+1
* Fix some IntelliJ warnings and adjust Javadoc of readFully() slightly to desc...Dominik Stadler2016-03-142-17/+15
* HSLF: Add support for system colorsAndreas Beeker2016-03-1412-180/+545
* Bug 56930: Add Workbook.getNames() to allow to query for names that appear mu...Dominik Stadler2016-03-136-8/+84
* Bug 55791: Avoid using an existing file-name when creating a new slide, it co...Dominik Stadler2016-03-132-6/+48
* Bug 55668: Try to avoid NullPointerException when chaning cell type and formu...Dominik Stadler2016-03-133-6/+37
* Escape spaces in the URLNick Burch2016-03-131-1/+1
* #59135 - Password gets truncated when using passwords longer than 15 characte...Andreas Beeker2016-03-132-96/+154
* sonar fixAndreas Beeker2016-03-131-31/+34
* Bug 57200: Do not try to delete the poifiles-tempdir as it can interfere when...Dominik Stadler2016-03-122-12/+49
* Fix bug 56549: correctly calculate char index ranges for HWPF in the TextPiec...Dominik Stadler2016-03-122-20/+84
* #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...Andreas Beeker2016-03-1212-467/+286
* Apply patch to fix bug 57495: getTableArray method can not get 0 pos tableDominik Stadler2016-03-126-196/+252
* Refactor some common code from the various Document-Factories into a helper c...Dominik Stadler2016-03-126-140/+138
* Fix some cases where POI itself or the tests leaked file-handlesDominik Stadler2016-03-124-50/+62
* Findbugs fixesDominik Stadler2016-03-1211-30/+300
* Mark duplicated RecordFormatException as deprecated to be able to remove it a...Dominik Stadler2016-03-121-2/+4
* Enable some tests that are ignored, actually run green and did not have any c...Dominik Stadler2016-03-122-4/+1
* Add test for bug 59098 which shows that this is fixed in 3.14.Dominik Stadler2016-03-121-0/+17
* add fixcrlf to docs-target, to fix windows document generationAndreas Beeker2016-03-121-1/+3
* #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.R...Andreas Beeker2016-03-128-463/+0