aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Collapse)AuthorAgeFilesLines
* use common PictureTypePJ Fanning2022-07-211-19/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902911 13f79535-47bb-0310-9956-ffa450edef68
* test issuePJ Fanning2022-07-201-1/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902897 13f79535-47bb-0310-9956-ffa450edef68
* test issuePJ Fanning2022-07-201-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902894 13f79535-47bb-0310-9956-ffa450edef68
* [bug-55330] add setMargin(PageMargin, double)PJ Fanning2022-07-202-6/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902890 13f79535-47bb-0310-9956-ffa450edef68
* [bug-55330] add getMargin(PageMargin)PJ Fanning2022-07-203-5/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902880 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in ↵PJ Fanning2022-07-201-1/+1
| | | | | | existing method git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902879 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in ↵PJ Fanning2022-07-201-0/+25
| | | | | | existing method git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902878 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in ↵PJ Fanning2022-07-205-15/+107
| | | | | | existing method git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902876 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2022-07-203-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902872 13f79535-47bb-0310-9956-ffa450edef68
* [github-348] tidy up number castingPJ Fanning2022-07-172-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902803 13f79535-47bb-0310-9956-ffa450edef68
* [github-354] Add extra methods to StringUtil and refactor some code to use ↵PJ Fanning2022-07-175-13/+49
| | | | | | them. Thanks to XenoAmess. This closes #354 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902801 13f79535-47bb-0310-9956-ffa450edef68
* [github-339] Add extra methods to StringUtil and refactor some code to use ↵PJ Fanning2022-07-178-12/+87
| | | | | | them. Thanks to XenoAmess. This closes #339 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902789 13f79535-47bb-0310-9956-ffa450edef68
* [github-356] extra condition changePJ Fanning2022-07-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902788 13f79535-47bb-0310-9956-ffa450edef68
* [github-356] accept some of the changes in this PR (not all)PJ Fanning2022-07-162-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902784 13f79535-47bb-0310-9956-ffa450edef68
* java 17 compile issuePJ Fanning2022-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902782 13f79535-47bb-0310-9956-ffa450edef68
* java 17 compile issuePJ Fanning2022-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902779 13f79535-47bb-0310-9956-ffa450edef68
* [github-342] Use foreach. Thanks to XenoAmess. This closes #342PJ Fanning2022-07-1620-73/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902778 13f79535-47bb-0310-9956-ffa450edef68
* [github-346] Javadoc issues. Thanks to XenoAmess. This closes #346PJ Fanning2022-07-162-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902771 13f79535-47bb-0310-9956-ffa450edef68
* java 17 compile issuesPJ Fanning2022-07-163-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902761 13f79535-47bb-0310-9956-ffa450edef68
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-1542-94/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902760 13f79535-47bb-0310-9956-ffa450edef68
* [github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355PJ Fanning2022-07-153-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902759 13f79535-47bb-0310-9956-ffa450edef68
* [github-350] simplify cloneCellProperties. Thanks to XenoAmess. This closes #350PJ Fanning2022-07-151-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902758 13f79535-47bb-0310-9956-ffa450edef68
* [github-349] tidy up some test assertions. Thanks to XenoAmess. This closes #349PJ Fanning2022-07-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902757 13f79535-47bb-0310-9956-ffa450edef68
* [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This ↵PJ Fanning2022-07-152-2/+3
| | | | | | closes #340 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902755 13f79535-47bb-0310-9956-ffa450edef68
* [github-358] improve locking in CellDateFormatter. Thanks to XenoAmess. This ↵PJ Fanning2022-07-151-69/+73
| | | | | | closes #358 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902754 13f79535-47bb-0310-9956-ffa450edef68
* [github-359] fix case sensitivity issue in AutoNumberingScheme. Thanks to ↵PJ Fanning2022-07-151-3/+3
| | | | | | XenoAmess. This closes #359 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902753 13f79535-47bb-0310-9956-ffa450edef68
* [github-357] fix equals check in CellNumberFormatter. Thanks to XenoAmess. ↵PJ Fanning2022-07-151-1/+1
| | | | | | This closes #357 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902750 13f79535-47bb-0310-9956-ffa450edef68
* [github-347] make some inner classes static to save memory. Thanks to ↵PJ Fanning2022-07-151-1/+1
| | | | | | XenoAmess. This closes #347 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902749 13f79535-47bb-0310-9956-ffa450edef68
* [github-360] HSSFExtendedColor does not set RGB colors properly. Thanks to ↵PJ Fanning2022-07-152-0/+13
| | | | | | XenoAmess. This closes #360 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902747 13f79535-47bb-0310-9956-ffa450edef68
* allow XSSF RTSPJ Fanning2022-07-121-12/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902674 13f79535-47bb-0310-9956-ffa450edef68
* undeprecate private code that is still usedPJ Fanning2022-07-121-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902672 13f79535-47bb-0310-9956-ffa450edef68
* try to fix HSSF testsPJ Fanning2022-07-101-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902635 13f79535-47bb-0310-9956-ffa450edef68
* remove ignoreInvalidColors paramPJ Fanning2022-07-102-36/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902634 13f79535-47bb-0310-9956-ffa450edef68
* try to fix testsPJ Fanning2022-07-101-6/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902633 13f79535-47bb-0310-9956-ffa450edef68
* javadoc issuesPJ Fanning2022-07-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902632 13f79535-47bb-0310-9956-ffa450edef68
* add param that allows invalid colors to be ignoredPJ Fanning2022-07-103-12/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902630 13f79535-47bb-0310-9956-ffa450edef68
* try to fix tests - disabling 2 that need investigationPJ Fanning2022-07-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902627 13f79535-47bb-0310-9956-ffa450edef68
* try to fix tests - disabling 2 that need investigationPJ Fanning2022-07-102-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902626 13f79535-47bb-0310-9956-ffa450edef68
* javadoc issuesPJ Fanning2022-07-1018-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902624 13f79535-47bb-0310-9956-ffa450edef68
* throw exception if wrong Color class is usedPJ Fanning2022-07-101-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902623 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66052] apply cell style fixes supplied by Axel RichterPJ Fanning2022-07-103-0/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902622 13f79535-47bb-0310-9956-ffa450edef68
* [bug-51037] apply default column style if no style setPJ Fanning2022-07-011-1/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902391 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66152] add broken testPJ Fanning2022-07-011-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902390 13f79535-47bb-0310-9956-ffa450edef68
* #66115 - Some Password protected XLS files are not readAndreas Beeker2022-06-167-38/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901996 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66123] support gte attribute in XSSFConditionalFormattingThresholdPJ Fanning2022-06-151-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901945 13f79535-47bb-0310-9956-ffa450edef68
* add extra setTitle methodPJ Fanning2022-06-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901821 13f79535-47bb-0310-9956-ffa450edef68
* javadoc issuePJ Fanning2022-06-061-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901708 13f79535-47bb-0310-9956-ffa450edef68
* add FORECAST and FORECAST.LINEAR functionsPJ Fanning2022-06-058-7/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901689 13f79535-47bb-0310-9956-ffa450edef68
* add PEARSON functionPJ Fanning2022-06-052-1/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901688 13f79535-47bb-0310-9956-ffa450edef68
* add COVARIANCE.S functionPJ Fanning2022-06-054-2/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901687 13f79535-47bb-0310-9956-ffa450edef68