aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* [github-364] use Math.min/max. Thanks to Arturo Bernal. This closes #364PJ Fanning2022-08-064-13/+8
* [bug-66181] fix issue with evaluation of blank string in VALUE functionPJ Fanning2022-08-011-0/+4
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-07-2914-34/+36
* revert accidental changesPJ Fanning2022-07-271-3/+3
* [bug-66176] rework text box supportPJ Fanning2022-07-271-3/+3
* use common PictureTypePJ Fanning2022-07-211-19/+48
* 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-204-15/+87
* 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-173-10/+46
* [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-1619-71/+53
* [github-346] Javadoc issues. Thanks to XenoAmess. This closes #346PJ Fanning2022-07-161-2/+2
* java 17 compile issuesPJ Fanning2022-07-163-0/+4
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-1526-36/+0
* [github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355PJ Fanning2022-07-151-2/+2
* [github-350] simplify cloneCellProperties. Thanks to XenoAmess. This closes #350PJ Fanning2022-07-151-5/+1
* [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-151-0/+1
* allow XSSF RTSPJ Fanning2022-07-121-12/+21
* undeprecate private code that is still usedPJ Fanning2022-07-121-5/+0
* try to fix HSSF testsPJ Fanning2022-07-101-6/+5
* remove ignoreInvalidColors paramPJ Fanning2022-07-102-36/+6
* try to fix testsPJ Fanning2022-07-101-6/+37
* javadoc issuesPJ Fanning2022-07-101-2/+2
* add param that allows invalid colors to be ignoredPJ Fanning2022-07-103-12/+42
* try to fix tests - disabling 2 that need investigationPJ Fanning2022-07-101-1/+1
* try to fix tests - disabling 2 that need investigationPJ Fanning2022-07-101-3/+3
* javadoc issuesPJ Fanning2022-07-1015-15/+15
* throw exception if wrong Color class is usedPJ Fanning2022-07-101-0/+6
* [bug-66052] apply cell style fixes supplied by Axel RichterPJ Fanning2022-07-103-0/+87
* #66115 - Some Password protected XLS files are not readAndreas Beeker2022-06-163-38/+72
* javadoc issuePJ Fanning2022-06-061-1/+0
* add FORECAST and FORECAST.LINEAR functionsPJ Fanning2022-06-056-7/+105
* add PEARSON functionPJ Fanning2022-06-051-1/+1
* add COVARIANCE.S functionPJ Fanning2022-06-053-2/+12
* add COVAR and COVARIANCE.P functionsPJ Fanning2022-06-055-112/+205
* mismatched array sizesPJ Fanning2022-06-051-1/+5