| Commit message (Expand) | Author | Age | Files | Lines |
* | Add disabled unit test for #64319 | Nick Burch | 2020-04-07 | 1 | -0/+27 |
* | ArrayUtil - remove unused method | Andreas Beeker | 2020-04-06 | 1 | -16/+0 |
* | Sonar Fixes and remove obsolete classes | Andreas Beeker | 2020-04-01 | 1 | -309/+0 |
* | 64261 -- fix handling of drop down list when items are selected | Tim Allison | 2020-03-31 | 1 | -1/+6 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 2 | -1143/+1121 |
* | Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4... | Dominik Stadler | 2020-03-29 | 1 | -4/+8 |
* | #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c... | Andreas Beeker | 2020-03-22 | 1 | -4/+4 |
* | #64213 - Picture.resize(double scale) scales width wrong for small pictures a... | Andreas Beeker | 2020-03-16 | 2 | -223/+345 |
* | forbidden apis check fix | Andreas Beeker | 2020-03-08 | 1 | -1/+3 |
* | Get UUID from ClassID | Andreas Beeker | 2020-03-08 | 1 | -80/+34 |
* | Work on bug 64038 and other bugs and add test for 62865 | Dominik Stadler | 2020-03-08 | 2 | -3/+18 |
* | Try to use https for poi.apache.org everywhere | Dominik Stadler | 2020-03-08 | 7 | -91/+91 |
* | Update JavaDoc for logging and marshalling | Dominik Stadler | 2020-03-08 | 1 | -2/+2 |
* | Fix incorrect handling of format which should not produce any digit for zero | Dominik Stadler | 2020-03-07 | 2 | -23/+43 |
* | Bug 64179: Adjust to ensure a fixed timezone for date parsing in test | Dominik Stadler | 2020-03-07 | 1 | -230/+232 |
* | Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly. | Tim Allison | 2020-02-10 | 7 | -1/+21 |
* | Handle empty files correctly when looking for FileMagic to avoid NegativeArra... | Dominik Stadler | 2020-01-27 | 1 | -1/+8 |
* | #64036 - Replace reflection calls in factories for Java 9+ - Escher factories | Andreas Beeker | 2020-01-26 | 1 | -42/+26 |
* | sonar fixes | Andreas Beeker | 2020-01-23 | 1 | -566/+489 |
* | Deactivate Forbidden apis check again | Andreas Beeker | 2020-01-22 | 1 | -0/+2 |
* | Sonar fixes | Andreas Beeker | 2020-01-21 | 6 | -92/+43 |
* | use a few more lambdas | PJ Fanning | 2020-01-12 | 2 | -151/+132 |
* | try to fix some jdk 14 build issues due to java.lang.Record causing existing ... | PJ Fanning | 2020-01-10 | 28 | -99/+99 |
* | reformat code | PJ Fanning | 2020-01-09 | 1 | -1/+1 |
* | [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha... | PJ Fanning | 2020-01-09 | 1 | -13/+34 |
* | ignore path conversion for URLs | Andreas Beeker | 2020-01-07 | 1 | -1/+5 |
* | sonar fixes - use assert in junit tests | Andreas Beeker | 2020-01-06 | 2 | -2868/+2610 |
* | Sonar fixes - Tests should include assertions | Andreas Beeker | 2020-01-03 | 60 | -648/+699 |
* | Fix some additional file-handle-leaks reported by unit-tests via an enhanced ... | Dominik Stadler | 2020-01-03 | 1 | -33/+30 |
* | [bug-64044] setCellValue(LocalDate) does not support nulls properly | PJ Fanning | 2020-01-02 | 1 | -1/+1 |
* | [bug-64044] setCellValue(LocalDate) does not support nulls properly | PJ Fanning | 2020-01-02 | 1 | -0/+15 |
* | Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear... | Dominik Stadler | 2019-12-31 | 2 | -15/+109 |
* | Sonar fixes | Andreas Beeker | 2019-12-30 | 6 | -245/+181 |
* | Migrate all junit tests to Junit 4 | Andreas Beeker | 2019-12-27 | 213 | -12072/+7608 |
* | try to find issue in test | PJ Fanning | 2019-12-26 | 1 | -5/+2 |
* | Replace internal GUID class with ClassID | Andreas Beeker | 2019-12-24 | 1 | -34/+37 |
* | #64004 - Replace clone() with copy constructor - mainly HSSF classes | Andreas Beeker | 2019-12-22 | 12 | -175/+195 |
* | Add some more tests for IOUtils | Dominik Stadler | 2019-12-15 | 1 | -0/+96 |
* | Let IntelliJ simplify some assertions | Dominik Stadler | 2019-12-15 | 70 | -403/+405 |
* | Replace manual close with try-with-resources | Dominik Stadler | 2019-12-15 | 7 | -60/+24 |
* | Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e... | Dominik Stadler | 2019-12-15 | 4 | -8/+36 |
* | Add MemoryVerifier to enable memory leak checking in unit-tests and add | Dominik Stadler | 2019-12-15 | 1 | -0/+106 |
* | #64004 - Replace clone() with copy constructor | Andreas Beeker | 2019-12-14 | 2 | -34/+54 |
* | Ensure that the temporary directory does exist before using it in tests | Dominik Stadler | 2019-12-14 | 1 | -12/+19 |
* | Bug 63569: Adjust handling of check for max allocation of byte array | Dominik Stadler | 2019-12-14 | 1 | -0/+58 |
* | Adjust some JavaDoc and fix some IDE warnings | Dominik Stadler | 2019-12-14 | 2 | -9/+12 |
* | fix typo | Andreas Beeker | 2019-12-10 | 1 | -2/+2 |
* | Ignore "IIO Can't create cache file" errors | Andreas Beeker | 2019-12-09 | 1 | -39/+47 |
* | Migrate tests to Junit 4 | Andreas Beeker | 2019-12-09 | 47 | -565/+844 |
* | Bug 63927 - Inconsistent mapping of Norwegian locales for date formats | Andreas Beeker | 2019-12-08 | 1 | -1/+52 |