aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
Commit message (Expand)AuthorAgeFilesLines
* [bug-66176] rework text box supportPJ Fanning2022-07-272-3/+4
* add testsPJ Fanning2022-07-271-0/+40
* [bug-65562] derive sheet dimensions when outputting SXSSFSheetsPJ Fanning2022-07-265-21/+148
* update some module-info classesPJ Fanning2022-07-254-2/+0
* refactor smart art codePJ Fanning2022-07-252-60/+54
* try to work around issue with getting embedded smart art diagramPJ Fanning2022-07-221-1/+0
* try to work around issue with getting embedded smart art diagramPJ Fanning2022-07-223-24/+51
* add disabled test casePJ Fanning2022-07-222-71/+96
* forbidden apiPJ Fanning2022-07-221-1/+2
* forbidden apiPJ Fanning2022-07-221-1/+1
* remove commentPJ Fanning2022-07-221-2/+1
* [bug-66176] Integrate SmartArt diagrams from powerpoint presentations. Thanks...PJ Fanning2022-07-225-4/+441
* add testsPJ Fanning2022-07-212-3/+29
* use common PictureTypePJ Fanning2022-07-2111-156/+73
* add getPictureTypeEnumPJ Fanning2022-07-217-26/+189
* add getPictureTypeEnumPJ Fanning2022-07-211-1/+1
* add getPictureTypeEnumPJ Fanning2022-07-202-0/+114
* test issuePJ Fanning2022-07-201-2/+6
* [bug-55330] add setMargin(PageMargin, double)PJ Fanning2022-07-202-9/+45
* [bug-55330] add getMargin(PageMargin)PJ Fanning2022-07-202-8/+39
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-203-23/+102
* use try-with-resourcesPJ Fanning2022-07-201-1/+1
* javadocPJ Fanning2022-07-201-3/+3
* javadocPJ Fanning2022-07-171-0/+1
* [github-348] tidy up number castingPJ Fanning2022-07-171-2/+2
* [github-354] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-172-4/+5
* [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-177-12/+17
* [github-356] accept some of the changes in this PR (not all)PJ Fanning2022-07-162-3/+3
* [github-342] Use foreach. Thanks to XenoAmess. This closes #342PJ Fanning2022-07-161-2/+1
* [github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345PJ Fanning2022-07-1612-156/+223
* [github-346] Javadoc issues. Thanks to XenoAmess. This closes #346PJ Fanning2022-07-162-5/+4
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-1520-26/+0
* [github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355PJ Fanning2022-07-151-1/+1
* [github-349] tidy up some test assertions. Thanks to XenoAmess. This closes #349PJ Fanning2022-07-153-7/+7
* [github-361] reuse regex pattern instances. Thanks to XenoAmess. This closes ...PJ Fanning2022-07-152-3/+6
* [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...PJ Fanning2022-07-153-16/+18
* [github-344] refactor equals method in XSSFHyperlinkRecordPJ Fanning2022-07-151-7/+6
* [github-347] make some inner classes static to save memory. Thanks to XenoAme...PJ Fanning2022-07-152-2/+2
* [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-151-1/+1
* allow HSSFSharedStringPJ Fanning2022-07-121-1/+7
* missing licensePJ Fanning2022-07-101-0/+17
* [bug-66052] add testPJ Fanning2022-07-101-0/+66
* remove ignoreInvalidColors paramPJ Fanning2022-07-101-8/+4
* try to fix testsPJ Fanning2022-07-102-22/+0
* add param that allows invalid colors to be ignoredPJ Fanning2022-07-101-5/+9
* try to fix tests - disabling 2 that need investigationPJ Fanning2022-07-103-2/+24
* javadoc issuesPJ Fanning2022-07-106-6/+6
* throw exception if wrong Color class is usedPJ Fanning2022-07-101-0/+6