| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 431 | -62927/+0 |
* | Allow negative numbers in conditional part of format string | Dominik Stadler | 2021-03-19 | 1 | -1/+1 |
* | Implement CONCAT function #65185 | Nick Burch | 2021-03-14 | 3 | -12/+107 |
* | [bug-63046] Use Log4j 2 for logging | Marius Volkhart | 2021-02-21 | 11 | -115/+97 |
* | FinanceLib: Simplify code and add a few more tests | Dominik Stadler | 2021-02-18 | 1 | -27/+14 |
* | Sonar fixes | Andreas Beeker | 2021-01-23 | 1 | -8/+10 |
* | [github-215] Improve Performance of OperandResolver#parseDouble. Thanks to Ro... | PJ Fanning | 2021-01-18 | 1 | -4/+4 |
* | Sonar fixes | Andreas Beeker | 2021-01-17 | 63 | -182/+186 |
* | Include file-name in EmptyFileException | Dominik Stadler | 2021-01-06 | 1 | -1/+1 |
* | Apply some IDE suggestions and fix some JavaDoc | Dominik Stadler | 2021-01-01 | 2 | -11/+14 |
* | Bug 64986: Support missing or blank match_type for function Match | Dominik Stadler | 2020-12-30 | 3 | -6/+13 |
* | Sonar fixes | Andreas Beeker | 2020-12-26 | 7 | -26/+24 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 2 | -73/+6 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 2 | -8/+6 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 2 | -3/+3 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 1 | -1/+1 |
* | reduce use of deprecated code in XSSFFont | PJ Fanning | 2020-12-09 | 1 | -1/+1 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 2 | -12/+6 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 1 | -68/+0 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 2 | -2/+2 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 2 | -66/+6 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 2 | -54/+0 |
* | remove some deprecated code | PJ Fanning | 2020-12-09 | 1 | -69/+0 |
* | remove some deprecated code | PJ Fanning | 2020-12-08 | 1 | -9/+0 |
* | remove some deprecated code | PJ Fanning | 2020-12-08 | 1 | -26/+0 |
* | remove some deprecated code | PJ Fanning | 2020-12-08 | 1 | -29/+0 |
* | [github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204 | PJ Fanning | 2020-12-07 | 1 | -1/+1 |
* | Improve error messages on missing Factory-implementations, fix Sonar issues a... | Dominik Stadler | 2020-11-01 | 1 | -1/+2 |
* | Fix bug 64238: Make LOOKUP functions deal with empty last arg correctly | Dominik Stadler | 2020-10-25 | 1 | -9/+15 |
* | Prevent some unit-tests from failing when non-English local is used in Maven run | Dominik Stadler | 2020-10-25 | 1 | -2/+7 |
* | [github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris... | PJ Fanning | 2020-10-20 | 1 | -3/+1 |
* | #64817 - Fix issue in testXLSXinPPT | Andreas Beeker | 2020-10-18 | 1 | -6/+6 |
* | OSGi support: register service providers in bundle activator | Yegor Kozlov | 2020-09-22 | 1 | -0/+8 |
* | Update library versions | Andreas Beeker | 2020-08-18 | 2 | -3/+3 |
* | #64036 - Replace reflection calls in factories for Java 9+ | Andreas Beeker | 2020-08-17 | 2 | -42/+28 |
* | #64036 - Replace reflection calls in factories for Java 9+ | Andreas Beeker | 2020-08-16 | 1 | -1/+2 |
* | #64036 - Replace reflection calls in factories for Java 9+ | Andreas Beeker | 2020-08-16 | 57 | -213/+289 |
* | use the forbidden-apis policies corresponding to the JRE | Andreas Beeker | 2020-08-15 | 1 | -36/+29 |
* | also handle wrapped OOXML "Package" nodes inside of OLE2 containers | Andreas Beeker | 2020-08-14 | 1 | -2/+4 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-14 | 1 | -1/+1 |
* | [github-191] Fix RuntimeException on array formula referencing blank cell. Th... | PJ Fanning | 2020-08-14 | 1 | -0/+6 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-13 | 1 | -10/+10 |
* | [github-189] Move date parsing logic to DateParser. Thanks to MiĆosz Rembisz... | PJ Fanning | 2020-08-11 | 4 | -78/+142 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 2 | -137/+97 |
* | use BigInteger.valueOf | PJ Fanning | 2020-07-16 | 1 | -1/+1 |
* | remove some deprecated code | PJ Fanning | 2020-07-15 | 2 | -42/+0 |
* | [github-185] Fix if function in array formulas with 2nd argument evaluating t... | PJ Fanning | 2020-07-03 | 1 | -163/+161 |
* | remove some deprecated classes | PJ Fanning | 2020-06-27 | 26 | -1464/+1 |
* | remove some deprecated methods from Cell | PJ Fanning | 2020-06-27 | 2 | -41/+0 |
* | remove some deprecated Font methods from Workbook | PJ Fanning | 2020-06-27 | 1 | -14/+4 |