aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump com.github.spotbugs from 6.0.27 to 6.1.4dependabot/gradle/com.github.spotbugs-6.1.4dependabot[bot]2025-02-111-1/+1
| | | | | | | | | | | | Bumps com.github.spotbugs from 6.0.27 to 6.1.4. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* cyclonedx gradlePJ Fanning2025-02-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923648 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69563] try to avoid int overflow in Zip64 code (probably just moves the ↵PJ Fanning2025-02-072-6/+6
| | | | | | problem somewhere else though) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923647 13f79535-47bb-0310-9956-ffa450edef68
* bytebuddy 1.17.0PJ Fanning2025-01-312-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923468 13f79535-47bb-0310-9956-ffa450edef68
* allow users supply a SheetUtil failover functionPJ Fanning2025-01-301-1/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923467 13f79535-47bb-0310-9956-ffa450edef68
* allow users supply a SheetUtil failover functionPJ Fanning2025-01-301-3/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923466 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69555] need to work around inability to create a TextLayout in another ↵PJ Fanning2025-01-291-14/+22
| | | | | | place (caused by missing fonts most likely) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923445 13f79535-47bb-0310-9956-ffa450edef68
* fix create issue in getUnderlinePJ Fanning2025-01-291-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923440 13f79535-47bb-0310-9956-ffa450edef68
* commons-codec 1.18.0PJ Fanning2025-01-282-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923428 13f79535-47bb-0310-9956-ffa450edef68
* pdfbox 3.0.4PJ Fanning2025-01-242-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923355 13f79535-47bb-0310-9956-ffa450edef68
* Some changes to the Gradle buildDominik Stadler2025-01-2012-124/+113
| | | | | | | Apply IDE suggestions for Gradle build files Remove obsolete sorting of gradle-wrapper.properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923284 13f79535-47bb-0310-9956-ffa450edef68
* bytebuddy 1.16.1PJ Fanning2025-01-202-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923278 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-203-6/+15
| | | | | | | | | | | | | | Prevent too deep nesting by throwing an exception instead of just not parsing more nesting-levels as this still caused OOMs. Allow to adjust the limit via static setter as elsewhere to give users a chance to parse very complicated files if really necessary. https://issues.oss-fuzz.com/issues/42528505 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923277 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-204-0/+9
| | | | | | | | Prevent NullPointerException Fixes https://issues.oss-fuzz.com/issues/389724915 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923276 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.80PJ Fanning2025-01-153-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923154 13f79535-47bb-0310-9956-ffa450edef68
* remove strat line in last commitPJ Fanning2025-01-151-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923153 13f79535-47bb-0310-9956-ffa450edef68
* upgrade cyclonedxPJ Fanning2025-01-152-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923152 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importAxel Howind2025-01-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923082 13f79535-47bb-0310-9956-ffa450edef68
* Support long month names, dot after day, single digit day of monthAxel Howind2025-01-112-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923081 13f79535-47bb-0310-9956-ffa450edef68
* reimplement SXSSFSheet arbitrary extra width support (5.4.0 code does not work)PJ Fanning2025-01-113-11/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923071 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that test which changes static value does not run at the same time as ↵Dominik Stadler2025-01-111-0/+3
| | | | | | | | other tests Otherwise we get strange test-failures in other places. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923066 13f79535-47bb-0310-9956-ffa450edef68
* Adjust one more JavaDoc link for JDK 23+Dominik Stadler2025-01-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923065 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58805: Adjust reproducer test-case some moreDominik Stadler2025-01-111-5/+12
| | | | | | | Do not write a local temp-file It seems even parsing the resulting document fails git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923063 13f79535-47bb-0310-9956-ffa450edef68
* Try to make javadoc building work on JDK 23 and newerDominik Stadler2025-01-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923062 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-113-0/+5
| | | | | | | | Prevent a NullPointerException Fixes https://issues.oss-fuzz.com/issues/42537720 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923061 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-113-0/+4
| | | | | | | | Prevent a NullPointerException Fixes https://issues.oss-fuzz.com/issues/42537550 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923060 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-113-0/+4
| | | | | | | | Prevent a NullPointerException Fixes https://issues.oss-fuzz.com/issues/379574870 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923059 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-113-1/+1
| | | | | | | | Prevent a NullPointerException Fixes https://issues.oss-fuzz.com/issues/42538163 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923058 13f79535-47bb-0310-9956-ffa450edef68
* Add a missing xsb which shows up as missing in oss-fuzz runsDominik Stadler2025-01-111-0/+1
| | | | | | Fixes https://issues.oss-fuzz.com/issues/384757273 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923057 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65190: Handle decimal format '0#' the same way as ExcelDominik Stadler2025-01-112-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923056 13f79535-47bb-0310-9956-ffa450edef68
* Add test for bug 58805Dominik Stadler2025-01-112-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923055 13f79535-47bb-0310-9956-ffa450edef68
* Apply IDE suggestions, code-formating, tests, ...Dominik Stadler2025-01-116-13/+192
| | | | | | | Add test for DefaultTempFileCreationStrategy Adjust comments, add test, improve error message git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923054 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58571: Add test which shows a workaroundDominik Stadler2025-01-111-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923053 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57603: Apply suggested patchDominik Stadler2025-01-114-53/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923052 13f79535-47bb-0310-9956-ffa450edef68
* Bug 69315: HSMF: At least continue processing properties after multivalued ↵Dominik Stadler2025-01-114-2/+44
| | | | | | | | | | properties Currently processing stops at multivalued properties. This at least continues processing, so other properties are processed properly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923051 13f79535-47bb-0310-9956-ffa450edef68
* Bug 69265: Add test which verifies that Hyperlink Type "Email" is not ↵Dominik Stadler2025-01-112-6/+126
| | | | | | | | | supported for HSSF Also update JavaDoc slightly to describe the special handling of HyperlinkType.EMAIL git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923050 13f79535-47bb-0310-9956-ffa450edef68
* Ant: Update XMLBeans to 5.3.0Dominik Stadler2025-01-111-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923049 13f79535-47bb-0310-9956-ffa450edef68
* Set version to 5.4.1-SNAPSHOTDominik Stadler2025-01-113-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923048 13f79535-47bb-0310-9956-ffa450edef68
* poi releasePJ Fanning2025-01-081-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922998 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69529] relax exception checkPJ Fanning2025-01-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922987 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69529] try to workaround cells with numeric type whose format cannot be ↵PJ Fanning2025-01-081-2/+8
| | | | | | applied git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922986 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69529] try to workaround cells with numeric type whose format cannot be ↵PJ Fanning2025-01-081-3/+11
| | | | | | applied git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922985 13f79535-47bb-0310-9956-ffa450edef68
* commons-codec 1.17.2PJ Fanning2025-01-072-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922976 13f79535-47bb-0310-9956-ffa450edef68
* nearly 2025PJ Fanning2024-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922796 13f79535-47bb-0310-9956-ffa450edef68
* try to fix temp file docsPJ Fanning2024-12-301-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922789 13f79535-47bb-0310-9956-ffa450edef68
* do not set deleteOnExit if sys prop set to falsePJ Fanning2024-12-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922788 13f79535-47bb-0310-9956-ffa450edef68
* try to fix temp file docsPJ Fanning2024-12-301-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922787 13f79535-47bb-0310-9956-ffa450edef68
* prep poi 5.4.0PJ Fanning2024-12-293-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922754 13f79535-47bb-0310-9956-ffa450edef68
* junit updatePJ Fanning2024-12-252-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922685 13f79535-47bb-0310-9956-ffa450edef68
* spotbugs updatePJ Fanning2024-12-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922684 13f79535-47bb-0310-9956-ffa450edef68