aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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