aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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-102-4/+4
* javadoc issuesPJ Fanning2022-07-1018-18/+18
* 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
* [bug-51037] apply default column style if no style setPJ Fanning2022-07-011-1/+39
* [bug-66152] add broken testPJ Fanning2022-07-011-0/+21
* #66115 - Some Password protected XLS files are not readAndreas Beeker2022-06-167-38/+78
* [bug-66123] support gte attribute in XSSFConditionalFormattingThresholdPJ Fanning2022-06-151-11/+12
* add extra setTitle methodPJ Fanning2022-06-111-0/+0
* javadoc issuePJ Fanning2022-06-061-1/+0
* add FORECAST and FORECAST.LINEAR functionsPJ Fanning2022-06-058-7/+169
* add PEARSON functionPJ Fanning2022-06-052-1/+25
* add COVARIANCE.S functionPJ Fanning2022-06-054-2/+17
* add COVAR and COVARIANCE.P functionsPJ Fanning2022-06-056-112/+310
* mismatched array sizesPJ Fanning2022-06-052-1/+19
* support string cells in correl functionPJ Fanning2022-06-051-8/+19
* support blank cells in correl functionPJ Fanning2022-06-053-29/+76
* missing licensePJ Fanning2022-06-051-0/+17
* [bug-66105] support CORREL functionPJ Fanning2022-06-056-33/+229
* use commons-math3 for poisson distPJ Fanning2022-06-051-30/+5
* This closes #315PJ Fanning2022-06-041-1/+1
* [github-334] Add SHRINK_TO_FIT and QUOTE_PREFIXED to CellUtil. Thanks to funa...PJ Fanning2022-06-042-1/+130
* add lowercase testsPJ Fanning2022-05-301-0/+19
* [bug-66098] support wildcard matches in D* functionsPJ Fanning2022-05-295-12/+68
* javadoc issuePJ Fanning2022-05-291-5/+4
* [bug-66095] support POISSON.DIST function (POISSON already supported)PJ Fanning2022-05-283-6/+97