aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-2010-40/+213
* use try-with-resourcesPJ Fanning2022-07-203-9/+4
* javadocPJ Fanning2022-07-204-10/+10
* api docsPJ Fanning2022-07-181-0/+1
* javadocPJ Fanning2022-07-171-0/+1
* lgtm issuePJ Fanning2022-07-171-2/+2
* [github-348] tidy up number castingPJ Fanning2022-07-173-6/+6
* [github-353] Use printf. Thanks to XenoAmess. This closes #353PJ Fanning2022-07-171-14/+14
* [github-354] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-1714-65/+107
* [github-339] compile issue in testPJ Fanning2022-07-171-0/+1
* [github-339] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-1719-28/+112
* [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-165-6/+6
* java 17 compile issuePJ Fanning2022-07-161-4/+3
* 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-1629-114/+94
* [github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345PJ Fanning2022-07-1615-247/+344
* [github-346] Javadoc issues. Thanks to XenoAmess. This closes #346PJ Fanning2022-07-164-9/+6
* gradle 7.5PJ Fanning2022-07-162-2/+4
* java 17 compile issuesPJ Fanning2022-07-165-1/+6
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-1573-139/+0
* [github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355PJ Fanning2022-07-154-5/+5
* [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-154-8/+8
* [github-361] reuse regex pattern instances. Thanks to XenoAmess. This closes ...PJ Fanning2022-07-153-650/+676
* [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...PJ Fanning2022-07-1513-32/+39
* [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-351] make test loop more efficientPJ Fanning2022-07-151-2/+2
* [github-344] refactor equals method in XSSFHyperlinkRecordPJ Fanning2022-07-151-7/+6
* [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-153-3/+3
* [github-343] use try-with-resources. Thanks to XenoAmess. This closes #343PJ Fanning2022-07-151-16/+13
* [github-360] HSSFExtendedColor does not set RGB colors properly. Thanks to Xe...PJ Fanning2022-07-153-1/+14
* allow XSSF RTSPJ Fanning2022-07-121-12/+21
* allow HSSFSharedStringPJ Fanning2022-07-121-1/+7
* undeprecate private code that is still usedPJ Fanning2022-07-121-5/+0
* missing licensePJ Fanning2022-07-101-0/+17
* ant rat check issuePJ Fanning2022-07-101-2/+1
* [bug-66052] add testPJ Fanning2022-07-101-0/+66
* try to fix HSSF testsPJ Fanning2022-07-101-6/+5
* remove ignoreInvalidColors paramPJ Fanning2022-07-103-44/+10
* try to fix testsPJ Fanning2022-07-103-28/+37
* javadoc issuesPJ Fanning2022-07-101-2/+2
* add param that allows invalid colors to be ignoredPJ Fanning2022-07-104-17/+51
* 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-105-6/+28
* javadoc issuesPJ Fanning2022-07-1027-28/+28
* throw exception if wrong Color class is usedPJ Fanning2022-07-102-0/+12