| Commit message (Expand) | Author | Age | Files | Lines |
* | use a few more lambdas | PJ Fanning | 2020-01-12 | 2 | -17/+9 |
* | try to fix some jdk 14 build issues due to java.lang.Record causing existing ... | PJ Fanning | 2020-01-10 | 33 | -126/+123 |
* | reformat code | PJ Fanning | 2020-01-09 | 1 | -134/+136 |
* | [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha... | PJ Fanning | 2020-01-09 | 1 | -13/+32 |
* | findbugs fixes and refactor some ClassIDs | Andreas Beeker | 2020-01-07 | 5 | -132/+127 |
* | BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSet | Tim Allison | 2020-01-07 | 5 | -11/+38 |
* | Sonar fixes - Tests should include assertions | Andreas Beeker | 2020-01-03 | 1 | -0/+14 |
* | [bug-64044] setCellValue(LocalDate) does not support nulls properly | PJ Fanning | 2020-01-02 | 1 | -1/+1 |
* | Fix Visio compression | Andreas Beeker | 2020-01-01 | 1 | -174/+157 |
* | Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear... | Dominik Stadler | 2019-12-31 | 1 | -9/+11 |
* | Bug 63700: Make D* functions work with numeric result column | Dominik Stadler | 2019-12-31 | 1 | -17/+24 |
* | Bug 63960: Write pre-evaluated string-values in formula cells with the correc... | Dominik Stadler | 2019-12-31 | 1 | -4/+1 |
* | Fix bug 63984: AND / OR should treat missing parameters as FALSE | Dominik Stadler | 2019-12-30 | 1 | -11/+11 |
* | #64036 - remove reflective calls in Workbook- and SlideShowFactory | Andreas Beeker | 2019-12-28 | 3 | -117/+103 |
* | Migrate all junit tests to Junit 4 | Andreas Beeker | 2019-12-27 | 2 | -58/+64 |
* | Replace internal GUID class with ClassID | Andreas Beeker | 2019-12-24 | 3 | -225/+101 |
* | Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() | Andreas Beeker | 2019-12-23 | 15 | -225/+199 |
* | #64004 - Replace clone() with copy constructor - mainly HSSF classes | Andreas Beeker | 2019-12-22 | 332 | -5565/+7719 |
* | Let IntelliJ simplify some assertions | Dominik Stadler | 2019-12-15 | 1 | -3/+2 |
* | Replace manual close with try-with-resources | Dominik Stadler | 2019-12-15 | 8 | -47/+14 |
* | Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e... | Dominik Stadler | 2019-12-15 | 2 | -3/+10 |
* | #64004 - Replace clone() with copy constructor | Andreas Beeker | 2019-12-14 | 20 | -138/+408 |
* | Bug 63569: Adjust handling of check for max allocation of byte array | Dominik Stadler | 2019-12-14 | 1 | -12/+39 |
* | Adjust some JavaDoc and fix some IDE warnings | Dominik Stadler | 2019-12-14 | 5 | -87/+84 |
* | Bug 63927 - Inconsistent mapping of Norwegian locales for date formats | Andreas Beeker | 2019-12-08 | 3 | -1169/+640 |
* | Bug 63779 - Add support for the new Java date/time API added in Java 8 | Andreas Beeker | 2019-12-08 | 1 | -26/+48 |
* | Sonar fixes - type: bugs / severity: major | Andreas Beeker | 2019-12-08 | 15 | -354/+348 |
* | Sonar Fixes - type: bugs / severity: critical - mostly div by 0 | Andreas Beeker | 2019-12-07 | 5 | -90/+73 |
* | Sonar Fixes | Andreas Beeker | 2019-12-05 | 1 | -19/+34 |
* | Sonar Fixes + Refactor scattered XML initializations to XMLHelper | Andreas Beeker | 2019-12-03 | 3 | -42/+274 |
* | Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker" | Andreas Beeker | 2019-12-01 | 5 | -35/+42 |
* | change package.html to package-info.java | Andreas Beeker | 2019-12-01 | 25 | -602/+314 |
* | Sonar fixes - use try-with-resources | Andreas Beeker | 2019-11-30 | 7 | -69/+57 |
* | Replace StringBuffer with StringBuilder | Andreas Beeker | 2019-11-29 | 12 | -61/+50 |
* | Bug 60656 - Emf image support in slideshows | Andreas Beeker | 2019-11-29 | 5 | -8/+36 |
* | GenericRecordJsonWriter fix output of floats and doubles | Andreas Beeker | 2019-11-29 | 1 | -0/+9 |
* | replace more StringBuffers | PJ Fanning | 2019-11-21 | 9 | -12/+12 |
* | Update javadoc on FinanceLib. This closes #162 | PJ Fanning | 2019-11-21 | 1 | -18/+18 |
* | change some tabs to spaces | PJ Fanning | 2019-11-20 | 3 | -155/+155 |
* | replace some uses of StringBuffer with StringBuilder | PJ Fanning | 2019-11-20 | 189 | -197/+197 |
* | convert tabs to spaces | PJ Fanning | 2019-11-18 | 2 | -1423/+1423 |
* | use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) | Axel Howind | 2019-11-17 | 18 | -51/+30 |
* | #63918 - Fix texture fill - scale stretched images correctly | Andreas Beeker | 2019-11-11 | 2 | -17/+141 |
* | Bug 60656 - Emf image support in slideshows | Andreas Beeker | 2019-11-08 | 4 | -2/+26 |
* | #60656 - EMF image support in slideshows | Andreas Beeker | 2019-11-01 | 4 | -10/+79 |
* | #63745 - Fix line endings ... again | Andreas Beeker | 2019-10-26 | 1 | -2/+3 |
* | Adjust comments and add slightly more test-coverage | Dominik Stadler | 2019-10-26 | 1 | -4/+9 |
* | Adjust an error message slightly | Dominik Stadler | 2019-10-26 | 1 | -2/+1 |
* | Fix some IDE warnings and update some JavaDoc | Dominik Stadler | 2019-10-26 | 1 | -2/+2 |
* | Remove references to DatatypeConverter | Andreas Beeker | 2019-10-25 | 1 | -6/+5 |