aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Collapse)AuthorAgeFilesLines
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904563 13f79535-47bb-0310-9956-ffa450edef68
* add ABS testPJ Fanning2022-10-111-0/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904531 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66278] Bug with multiple gradient stops at the exact same location ↵PJ Fanning2022-09-271-1/+15
| | | | | | causing a rendering failure (AWT -> not enough colors in gradient). Thanks to Gareth Floodgate. This closes #385 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904301 13f79535-47bb-0310-9956-ffa450edef68
* lgtm issuesPJ Fanning2022-09-153-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904092 13f79535-47bb-0310-9956-ffa450edef68
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904066 13f79535-47bb-0310-9956-ffa450edef68
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1411-26/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904065 13f79535-47bb-0310-9956-ffa450edef68
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1484-281/+290
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904050 13f79535-47bb-0310-9956-ffa450edef68
* some lgtm issuesPJ Fanning2022-09-133-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904048 13f79535-47bb-0310-9956-ffa450edef68
* add CellUtil testPJ Fanning2022-09-021-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903837 13f79535-47bb-0310-9956-ffa450edef68
* rework CellUtil testPJ Fanning2022-09-021-9/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903836 13f79535-47bb-0310-9956-ffa450edef68
* CellUtil: allow fill colors to be set to nullPJ Fanning2022-09-021-7/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903828 13f79535-47bb-0310-9956-ffa450edef68
* bug-66052 fix broken testPJ Fanning2022-09-011-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903816 13f79535-47bb-0310-9956-ffa450edef68
* try to fix testsPJ Fanning2022-08-303-13/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903783 13f79535-47bb-0310-9956-ffa450edef68
* broken testPJ Fanning2022-08-303-1/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903781 13f79535-47bb-0310-9956-ffa450edef68
* [TIKA-3388] issue with non-ascii chars in file name of embedded OLE objectPJ Fanning2022-08-302-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903780 13f79535-47bb-0310-9956-ffa450edef68
* sonar issuesPJ Fanning2022-08-251-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903688 13f79535-47bb-0310-9956-ffa450edef68
* sonar issuesPJ Fanning2022-08-253-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903686 13f79535-47bb-0310-9956-ffa450edef68
* some int narrowingPJ Fanning2022-08-193-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903551 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66230] don't fail to create SXSSFSheet if auto size tracker can't be ↵PJ Fanning2022-08-181-4/+7
| | | | | | initialized git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903530 13f79535-47bb-0310-9956-ffa450edef68
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-069-72/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903258 13f79535-47bb-0310-9956-ffa450edef68
* [github-366] remove unnecessary local vars. Thanks to Arturo Bernal. This ↵PJ Fanning2022-08-061-2/+1
| | | | | | closes #366 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903257 13f79535-47bb-0310-9956-ffa450edef68
* [github-364] use Math.min/max. Thanks to Arturo Bernal. This closes #364PJ Fanning2022-08-064-13/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903256 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66181] add time examplePJ Fanning2022-08-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903172 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66181] fix issue with evaluation of blank string in VALUE functionPJ Fanning2022-08-012-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903171 13f79535-47bb-0310-9956-ffa450edef68
* update testPJ Fanning2022-08-011-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903169 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66189] add test casePJ Fanning2022-07-301-41/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903122 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some tests for Java 19 and Java 20Dominik Stadler2022-07-294-7/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903105 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-07-2915-35/+37
| | | | | | Replace RuntimeException with a more specific types git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903104 13f79535-47bb-0310-9956-ffa450edef68
* Also look for test-data in parent-directoryDominik Stadler2022-07-292-2/+9
| | | | | | | | | When using the IDE to run tests in one of the sub-modules uses the poi-* sub-directory, so looking for the test-data in ../test-data is useful to make executing tests work out-of-the-box git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903103 13f79535-47bb-0310-9956-ffa450edef68
* disable test on java 19PJ Fanning2022-07-271-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903067 13f79535-47bb-0310-9956-ffa450edef68
* issue with junit upgradePJ Fanning2022-07-2726-27/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903053 13f79535-47bb-0310-9956-ffa450edef68
* try to fix jaav 17 buildPJ Fanning2022-07-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903051 13f79535-47bb-0310-9956-ffa450edef68
* revert accidental changesPJ Fanning2022-07-272-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903048 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66176] rework text box supportPJ Fanning2022-07-272-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903047 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue where java9 module-info compiles don't happenPJ Fanning2022-07-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903038 13f79535-47bb-0310-9956-ffa450edef68
* 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