summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 64494: Ensure "applyAlignment" in cell-styles is enabled when necessaryDominik Stadler2021-01-032-1/+42
* Avoid test failing on Windows with JDK 8 because of an ArrayIndexOutOfBoundsE...Dominik Stadler2021-01-031-2/+15
* ooxml-schema: trigger loading stress-documents as part of the normal unit-testsDominik Stadler2021-01-032-0/+156
* Bug 64450: Allow to parse a file where the relationship-id is an empty stringDominik Stadler2021-01-032-4/+11
* Sonar fixesAndreas Beeker2021-01-024-451/+69
* forbidden-apis-fixAndreas Beeker2021-01-011-1/+1
* fix year agnostic date/test valuesAndreas Beeker2021-01-011-2/+10
* Apply some IDE suggestions and fix some JavaDocDominik Stadler2021-01-017-38/+38
* Bug 64750: Do not use CTDataValidations.getCount(), instead only rely on getD...Dominik Stadler2021-01-012-2/+10
* workaround NullPointerException when font family (of bullets) can't be determ...Andreas Beeker2020-12-301-1/+2
* workaround "Width (0) and height (0) cannot be <= 0" error while rendering te...Andreas Beeker2020-12-301-1/+1
* add failing regression test filesAndreas Beeker2020-12-308-7/+16
* Bug 64986: Support missing or blank match_type for function MatchDominik Stadler2020-12-304-7/+37
* Bug 64838: Do not populate cells with a paragraph when loading an existing do...Dominik Stadler2020-12-304-16/+29
* Add unfixed test for bug 64759 and make the ones fail which depend on manual ...Dominik Stadler2020-12-302-0/+16
* Also replace for JUnit 5 in commentsDominik Stadler2020-12-305-7/+6
* Adjust error-message on old files and simplify code slightlyDominik Stadler2020-12-301-14/+7
* Slightly re-arrange code to only perform computations if we do not exit the l...Dominik Stadler2020-12-301-20/+12
* Bug 65009: Fix incorrect index for 1-based picturesDominik Stadler2020-12-302-4/+13
* Adjust some JavaDocDominik Stadler2020-12-296-21/+17
* Improve the speed of the styles-optimiser when there are many styles in a Wor...Dominik Stadler2020-12-291-28/+36
* sonar fixesAndreas Beeker2020-12-2817-447/+441
* github-207 - replace commons logging with slf4j - use jcl-over-slf4jAndreas Beeker2020-12-288-4/+3
* gather necessary .xsb for ooxml-lite jar via intercepting the calls to Schema...Andreas Beeker2020-12-283-25/+88
* Forbidden-apis fix - Graphics2D.finalize() is deprecated by Java14Andreas Beeker2020-12-261-12/+0
* Sonar fixesAndreas Beeker2020-12-2661-342/+390
* [bug-65023] add col bugfix. Thanks to Paula Muldoon, This closes #212PJ Fanning2020-12-252-5/+88
* try to fix distsourcebuild errorAndreas Beeker2020-12-251-3/+7
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241006-20755/+16242
* Fix NullPointerException in Autosize introduced via #64981Dominik Stadler2020-12-203-19/+77
* [github-198] Remove jdk.charset module dependency for spreadsheets generation...PJ Fanning2020-12-1910-39/+76
* fix log textPJ Fanning2020-12-192-2/+2
* add slf4j dependencyPJ Fanning2020-12-181-0/+1
* add missing licensePJ Fanning2020-12-181-0/+17
* avoid string concatsPJ Fanning2020-12-181-8/+17
* #64876 - Unable to convert pptx to pdfAndreas Beeker2020-12-179-669/+904
* [github-208] Fix a few instances of incorrect NotImplemented documentation. T...PJ Fanning2020-12-172-26/+15
* avoid string concatsPJ Fanning2020-12-1717-32/+29
* avoid string concatsPJ Fanning2020-12-1758-156/+132
* avoid string concatsPJ Fanning2020-12-1742-77/+78
* [github-207] add SLF4JLoggerPJ Fanning2020-12-172-2/+159
* Do not wrap RuntimeException so we still can handle them directlyDominik Stadler2020-12-162-1/+4
* use less contentious language in code commentsPJ Fanning2020-12-152-2/+2
* #64981 - Upgrade OOXML schema to 5th edition (transitional)Andreas Beeker2020-12-1316-120/+116
* #64979 - Change artifact names of poi-/ooxml-schemasAndreas Beeker2020-12-1319-63/+64
* mute talkative tests, which spam to StdOut/StdErrAndreas Beeker2020-12-138-50/+92
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-1278-1165/+1438
* [bug-60397] improve speed of excel cell merge. Thanks to Alex HervePJ Fanning2020-12-112-3/+64
* [github-206] Improve perfomance of SXSSF cell evaluation. Thanks to This clos...PJ Fanning2020-12-102-26/+29
* try to handle case where checksum is nullPJ Fanning2020-12-101-4/+11