aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [bug-66213] hack clone table code to avoid failing with edge casesPJ Fanning2022-08-134-6/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903398 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66213] try to debug failurePJ Fanning2022-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903397 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66213] clone tables while cloning sheet. Thanks to Axel Richter.PJ Fanning2022-08-133-6/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903396 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66212] try to remove table part for table when removing tablePJ Fanning2022-08-132-4/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903395 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66212] try to remove package part for table when removing tablePJ Fanning2022-08-132-4/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903394 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66211] add test casePJ Fanning2022-08-132-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903393 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66211] don't validate the row XML when using XSSFTable.updateHeadersPJ Fanning2022-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903390 13f79535-47bb-0310-9956-ffa450edef68
* fix escaping in messagePJ Fanning2022-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903314 13f79535-47bb-0310-9956-ffa450edef68
* don't wrap exceptionsPJ Fanning2022-08-071-20/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903274 13f79535-47bb-0310-9956-ffa450edef68
* forbidden api checkPJ Fanning2022-08-071-9/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903273 13f79535-47bb-0310-9956-ffa450edef68
* basic bubble chart supportPJ Fanning2022-08-0716-84/+581
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903272 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary lPJ Fanning2022-08-072-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903266 13f79535-47bb-0310-9956-ffa450edef68
* [github-367] use uppercase L for longs. Thanks to Arturo Bernal. This closes ↵PJ Fanning2022-08-075-5/+5
| | | | | | #367 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903265 13f79535-47bb-0310-9956-ffa450edef68
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-0615-124/+61
| | | | 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-066-16/+8
| | | | | | 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-065-15/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903256 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importsPJ Fanning2022-08-031-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903208 13f79535-47bb-0310-9956-ffa450edef68
* remove unused fieldPJ Fanning2022-08-031-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903207 13f79535-47bb-0310-9956-ffa450edef68
* compile issue after byte-buddy upgradePJ Fanning2022-08-031-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903206 13f79535-47bb-0310-9956-ffa450edef68
* upgrade byte-buddyPJ Fanning2022-08-022-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903196 13f79535-47bb-0310-9956-ffa450edef68
* revert: github ci permsPJ Fanning2022-08-012-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903174 13f79535-47bb-0310-9956-ffa450edef68
* github ci permsPJ Fanning2022-08-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903173 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-013-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903171 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66181] test casePJ Fanning2022-08-011-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903170 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-66187] issue with XWPFRun creating run properties unnecessarilyPJ Fanning2022-08-011-17/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903163 13f79535-47bb-0310-9956-ffa450edef68
* update method name (has typo)PJ Fanning2022-08-012-2/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903161 13f79535-47bb-0310-9956-ffa450edef68
* Switch from "gradle: true" to "useAnt: true" to make it clear which jobs ↵Dominik Stadler2022-07-301-30/+31
| | | | | | | | still run with the Ant-build Github-PR-Job should use Gradle now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903125 13f79535-47bb-0310-9956-ffa450edef68
* Ant: Update spotbugs to 4.7.1Dominik Stadler2022-07-301-9/+16
| | | | | | | | | Update/add dependencies Fix icu4j jar-version log4j is actually still 2.17.x for spotbugs Add xmlresolver for xlst transformation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903124 13f79535-47bb-0310-9956-ffa450edef68
* Ant: Remove temporary filesDominik Stadler2022-07-301-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903123 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
* Change test to make it work with JDK 19+Dominik Stadler2022-07-291-14/+5
| | | | | | This way of mocking does not work any more with JDK 19+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903111 13f79535-47bb-0310-9956-ffa450edef68
* Add module for stax2 to Ant-build to make poi-integration java9-compile workDominik Stadler2022-07-291-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903110 13f79535-47bb-0310-9956-ffa450edef68
* Add workaround for bcpkix-module which is not loaded automatically for some ↵Dominik Stadler2022-07-291-2/+8
| | | | | | reason git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903109 13f79535-47bb-0310-9956-ffa450edef68
* Update Junit Platform to 1.8.2Dominik Stadler2022-07-291-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903108 13f79535-47bb-0310-9956-ffa450edef68
* Add one more exclude for the file-leak-detectorDominik Stadler2022-07-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903107 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-2916-36/+38
| | | | | | 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-294-3/+23
| | | | | | | | | 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
* saxon 11.4PJ Fanning2022-07-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903100 13f79535-47bb-0310-9956-ffa450edef68
* code to handle smart art rotationsPJ Fanning2022-07-293-1/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903096 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
* try java 19 buildPJ Fanning2022-07-274-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903060 13f79535-47bb-0310-9956-ffa450edef68
* try java 19 buildPJ Fanning2022-07-271-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903059 13f79535-47bb-0310-9956-ffa450edef68
* try java 19 buildPJ Fanning2022-07-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903058 13f79535-47bb-0310-9956-ffa450edef68
* try java 19 buildPJ Fanning2022-07-271-3/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903057 13f79535-47bb-0310-9956-ffa450edef68
* try java 19 buildPJ Fanning2022-07-271-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903056 13f79535-47bb-0310-9956-ffa450edef68
* try java 19 buildPJ Fanning2022-07-271-31/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903055 13f79535-47bb-0310-9956-ffa450edef68
* upgrade asm jarPJ Fanning2022-07-271-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903054 13f79535-47bb-0310-9956-ffa450edef68