aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* sonar issuesPJ Fanning2022-08-253-4/+0
* some int narrowingPJ Fanning2022-08-193-5/+5
* [bug-66230] don't fail to create SXSSFSheet if auto size tracker can't be ini...PJ Fanning2022-08-181-4/+7
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-069-72/+41
* [github-366] remove unnecessary local vars. Thanks to Arturo Bernal. This clo...PJ Fanning2022-08-061-2/+1
* [github-364] use Math.min/max. Thanks to Arturo Bernal. This closes #364PJ Fanning2022-08-064-13/+8
* [bug-66181] add time examplePJ Fanning2022-08-011-0/+2
* [bug-66181] fix issue with evaluation of blank string in VALUE functionPJ Fanning2022-08-012-0/+5
* update testPJ Fanning2022-08-011-1/+3
* [bug-66189] add test casePJ Fanning2022-07-301-41/+74
* Adjust some tests for Java 19 and Java 20Dominik Stadler2022-07-294-7/+27
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-07-2915-35/+37
* Also look for test-data in parent-directoryDominik Stadler2022-07-292-2/+9
* disable test on java 19PJ Fanning2022-07-271-1/+2
* issue with junit upgradePJ Fanning2022-07-2726-27/+26
* try to fix jaav 17 buildPJ Fanning2022-07-271-1/+1
* revert accidental changesPJ Fanning2022-07-272-4/+4
* [bug-66176] rework text box supportPJ Fanning2022-07-272-4/+4
* try to fix issue where java9 module-info compiles don't happenPJ Fanning2022-07-261-0/+0
* use common PictureTypePJ Fanning2022-07-211-19/+48
* test issuePJ Fanning2022-07-201-1/+37
* test issuePJ Fanning2022-07-201-1/+5
* [bug-55330] add setMargin(PageMargin, double)PJ Fanning2022-07-202-6/+39
* [bug-55330] add getMargin(PageMargin)PJ Fanning2022-07-203-5/+146
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-201-1/+1
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-201-0/+25
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-205-15/+107
* javadocPJ Fanning2022-07-203-7/+7
* [github-348] tidy up number castingPJ Fanning2022-07-172-4/+4
* [github-354] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-175-13/+49
* [github-339] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-178-12/+87
* [github-356] extra condition changePJ Fanning2022-07-171-1/+1
* [github-356] accept some of the changes in this PR (not all)PJ Fanning2022-07-162-2/+2
* java 17 compile issuePJ Fanning2022-07-161-1/+1
* java 17 compile issuePJ Fanning2022-07-161-1/+1
* [github-342] Use foreach. Thanks to XenoAmess. This closes #342PJ Fanning2022-07-1620-73/+55
* [github-346] Javadoc issues. Thanks to XenoAmess. This closes #346PJ Fanning2022-07-162-4/+2
* java 17 compile issuesPJ Fanning2022-07-163-0/+4
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-1542-94/+0
* [github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355PJ Fanning2022-07-153-4/+4
* [github-350] simplify cloneCellProperties. Thanks to XenoAmess. This closes #350PJ Fanning2022-07-151-5/+1
* [github-349] tidy up some test assertions. Thanks to XenoAmess. This closes #349PJ Fanning2022-07-151-1/+1
* [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...PJ Fanning2022-07-152-2/+3
* [github-358] improve locking in CellDateFormatter. Thanks to XenoAmess. This ...PJ Fanning2022-07-151-69/+73
* [github-359] fix case sensitivity issue in AutoNumberingScheme. Thanks to Xen...PJ Fanning2022-07-151-3/+3
* [github-357] fix equals check in CellNumberFormatter. Thanks to XenoAmess. Th...PJ Fanning2022-07-151-1/+1
* [github-347] make some inner classes static to save memory. Thanks to XenoAme...PJ Fanning2022-07-151-1/+1
* [github-360] HSSFExtendedColor does not set RGB colors properly. Thanks to Xe...PJ Fanning2022-07-152-0/+13
* allow XSSF RTSPJ Fanning2022-07-121-12/+21
* undeprecate private code that is still usedPJ Fanning2022-07-121-5/+0