| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sonar fixes | Andreas Beeker | 2021-01-07 | 3 | -109/+78 |
* | #65061 - Handle VmlDrawings containing spreadsheet-ml default namespace | Andreas Beeker | 2021-01-06 | 2 | -17/+47 |
* | Adjust assumption for one specific font-related exception on Windows | Dominik Stadler | 2021-01-06 | 1 | -3/+5 |
* | Allow JUnit 5 access to the parmaeters also on newer JDKs | Dominik Stadler | 2021-01-03 | 1 | -3/+1 |
* | Ignore Font-issue with JDK 8 on Windows in another test | Dominik Stadler | 2021-01-03 | 1 | -2/+14 |
* | Apply some IDE suggestions | Dominik Stadler | 2021-01-03 | 6 | -50/+48 |
* | Bug 64494: Ensure "applyAlignment" in cell-styles is enabled when necessary | Dominik Stadler | 2021-01-03 | 2 | -1/+42 |
* | ooxml-schema: trigger loading stress-documents as part of the normal unit-tests | Dominik Stadler | 2021-01-03 | 1 | -0/+155 |
* | Bug 64450: Allow to parse a file where the relationship-id is an empty string | Dominik Stadler | 2021-01-03 | 2 | -4/+11 |
* | Sonar fixes | Andreas Beeker | 2021-01-02 | 1 | -9/+0 |
* | Apply some IDE suggestions and fix some JavaDoc | Dominik Stadler | 2021-01-01 | 5 | -27/+24 |
* | Bug 64750: Do not use CTDataValidations.getCount(), instead only rely on getD... | Dominik Stadler | 2021-01-01 | 2 | -2/+10 |
* | workaround NullPointerException when font family (of bullets) can't be determ... | Andreas Beeker | 2020-12-30 | 1 | -1/+2 |
* | add failing regression test files | Andreas Beeker | 2020-12-30 | 1 | -0/+2 |
* | Bug 64986: Support missing or blank match_type for function Match | Dominik Stadler | 2020-12-30 | 1 | -1/+24 |
* | Bug 64838: Do not populate cells with a paragraph when loading an existing do... | Dominik Stadler | 2020-12-30 | 4 | -16/+29 |
* | Add unfixed test for bug 64759 and make the ones fail which depend on manual ... | Dominik Stadler | 2020-12-30 | 1 | -0/+15 |
* | Also replace for JUnit 5 in comments | Dominik Stadler | 2020-12-30 | 1 | -1/+0 |
* | sonar fixes | Andreas Beeker | 2020-12-28 | 8 | -396/+373 |
* | gather necessary .xsb for ooxml-lite jar via intercepting the calls to Schema... | Andreas Beeker | 2020-12-28 | 1 | -25/+87 |
* | Forbidden-apis fix - Graphics2D.finalize() is deprecated by Java14 | Andreas Beeker | 2020-12-26 | 1 | -12/+0 |
* | Sonar fixes | Andreas Beeker | 2020-12-26 | 10 | -70/+46 |
* | [bug-65023] add col bugfix. Thanks to Paula Muldoon, This closes #212 | PJ Fanning | 2020-12-25 | 2 | -5/+88 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 249 | -5543/+4522 |
* | Fix NullPointerException in Autosize introduced via #64981 | Dominik Stadler | 2020-12-20 | 2 | -1/+40 |
* | fix log text | PJ Fanning | 2020-12-19 | 1 | -0/+0 |
* | add missing license | PJ Fanning | 2020-12-18 | 1 | -0/+17 |
* | #64876 - Unable to convert pptx to pdf | Andreas Beeker | 2020-12-17 | 5 | -12/+1166 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 4 | -6/+6 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 12 | -37/+38 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 12 | -20/+19 |
* | [github-207] add SLF4JLogger | PJ Fanning | 2020-12-17 | 1 | -2/+2 |
* | Do not wrap RuntimeException so we still can handle them directly | Dominik Stadler | 2020-12-16 | 1 | -1/+1 |
* | use less contentious language in code comments | PJ Fanning | 2020-12-15 | 1 | -1/+1 |
* | #64981 - Upgrade OOXML schema to 5th edition (transitional) | Andreas Beeker | 2020-12-13 | 10 | -115/+112 |
* | #64979 - Change artifact names of poi-/ooxml-schemas | Andreas Beeker | 2020-12-13 | 13 | -37/+38 |
* | mute talkative tests, which spam to StdOut/StdErr | Andreas Beeker | 2020-12-13 | 4 | -29/+27 |
* | Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional) | Andreas Beeker | 2020-12-12 | 75 | -1147/+1417 |
* | [bug-60397] improve speed of excel cell merge. Thanks to Alex Herve | PJ Fanning | 2020-12-11 | 2 | -3/+64 |
* | [github-206] Improve perfomance of SXSSF cell evaluation. Thanks to This clos... | PJ Fanning | 2020-12-10 | 2 | -26/+29 |
* | try to handle case where checksum is null | PJ Fanning | 2020-12-10 | 1 | -4/+11 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 4 | -47/+7 |
* | reduce use of deprecated code in XSSFFont | PJ Fanning | 2020-12-09 | 1 | -6/+8 |
* | remove more deprecated code (fix some issues) | PJ Fanning | 2020-12-09 | 1 | -12/+61 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 2 | -11/+33 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 3 | -3/+3 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 5 | -50/+12 |
* | remove some deprecated code | PJ Fanning | 2020-12-09 | 2 | -37/+2 |
* | remove some deprecated code | PJ Fanning | 2020-12-08 | 1 | -1/+0 |
* | remove some deprecated code | PJ Fanning | 2020-12-08 | 2 | -30/+0 |