aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha...PJ Fanning2020-01-091-13/+32
* findbugs fixes and refactor some ClassIDsAndreas Beeker2020-01-075-132/+127
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-075-11/+38
* Sonar fixes - Tests should include assertionsAndreas Beeker2020-01-031-0/+14
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-021-1/+1
* Fix Visio compressionAndreas Beeker2020-01-011-174/+157
* Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear...Dominik Stadler2019-12-311-9/+11
* Bug 63700: Make D* functions work with numeric result columnDominik Stadler2019-12-311-17/+24
* Bug 63960: Write pre-evaluated string-values in formula cells with the correc...Dominik Stadler2019-12-311-4/+1
* Fix bug 63984: AND / OR should treat missing parameters as FALSEDominik Stadler2019-12-301-11/+11
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-283-117/+103
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-272-58/+64
* Replace internal GUID class with ClassIDAndreas Beeker2019-12-243-225/+101
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-2315-225/+199
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-22332-5565/+7719
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-3/+2
* Replace manual close with try-with-resourcesDominik Stadler2019-12-158-47/+14
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-152-3/+10
* #64004 - Replace clone() with copy constructorAndreas Beeker2019-12-1420-138/+408
* Bug 63569: Adjust handling of check for max allocation of byte arrayDominik Stadler2019-12-141-12/+39
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-145-87/+84
* Bug 63927 - Inconsistent mapping of Norwegian locales for date formatsAndreas Beeker2019-12-083-1169/+640
* Bug 63779 - Add support for the new Java date/time API added in Java 8Andreas Beeker2019-12-081-26/+48
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-0815-354/+348
* Sonar Fixes - type: bugs / severity: critical - mostly div by 0Andreas Beeker2019-12-075-90/+73
* Sonar FixesAndreas Beeker2019-12-051-19/+34
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-033-42/+274
* Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"Andreas Beeker2019-12-015-35/+42
* change package.html to package-info.javaAndreas Beeker2019-12-0125-602/+314
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-307-69/+57
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-2912-61/+50
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-295-8/+36
* GenericRecordJsonWriter fix output of floats and doublesAndreas Beeker2019-11-291-0/+9
* replace more StringBuffersPJ Fanning2019-11-219-12/+12
* Update javadoc on FinanceLib. This closes #162PJ Fanning2019-11-211-18/+18
* change some tabs to spacesPJ Fanning2019-11-203-155/+155
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-20189-197/+197
* convert tabs to spacesPJ Fanning2019-11-182-1423/+1423
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-1718-51/+30
* #63918 - Fix texture fill - scale stretched images correctlyAndreas Beeker2019-11-112-17/+141
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-084-2/+26
* #60656 - EMF image support in slideshowsAndreas Beeker2019-11-014-10/+79
* #63745 - Fix line endings ... againAndreas Beeker2019-10-261-2/+3
* Adjust comments and add slightly more test-coverageDominik Stadler2019-10-261-4/+9
* Adjust an error message slightlyDominik Stadler2019-10-261-2/+1
* Fix some IDE warnings and update some JavaDocDominik Stadler2019-10-261-2/+2
* Remove references to DatatypeConverterAndreas Beeker2019-10-251-6/+5
* #63745 - Make GenericRecordJsonWriter Json-conformantAndreas Beeker2019-10-252-228/+378
* [bug-63842] FractionFormat casts whole part of the value into 'int'PJ Fanning2019-10-141-18/+23
* SL Common - Fix gradient fillsAndreas Beeker2019-10-133-9/+34