]>
source.dussan.org Git - poi.git/log
Dominik Stadler [Sat, 30 Dec 2023 11:11:24 +0000 (11:11 +0000)]
Update JaCoCo to 0.8.11
This should make building with JDK 22 work
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914987 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 30 Dec 2023 11:11:21 +0000 (11:11 +0000)]
Don't fail on JDK 21.0.1 if one signature check fails
See https://bugs.openjdk.org/browse/JDK-
8320597 for the
related bug-report for the JDK itself
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914986 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 27 Dec 2023 14:04:34 +0000 (14:04 +0000)]
log4j 2.22.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914954 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 20 Dec 2023 18:01:02 +0000 (18:01 +0000)]
[bug-68379] add signing support for classificationlabels
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914808 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 20 Dec 2023 08:14:13 +0000 (08:14 +0000)]
try to javadoc more unsupported methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914791 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 19 Dec 2023 20:27:49 +0000 (20:27 +0000)]
try to javadoc more unsupported methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914785 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 16 Dec 2023 12:09:02 +0000 (12:09 +0000)]
Allow all IndexOutOfBoundsException to have either empty message or some message
Newer JDKs add a more useful exception message, so we need to be a bit more
lenient for these in integration tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914708 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 16 Dec 2023 12:08:57 +0000 (12:08 +0000)]
commons-compress is needed in ooxml-test for running tests via Ant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914707 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 16 Dec 2023 12:08:54 +0000 (12:08 +0000)]
Use revert() instead of close() when processing fails
Otherwise we might write partial changes to the
underlying file which is unexpected.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914706 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 10 Dec 2023 13:51:19 +0000 (13:51 +0000)]
[bug-68305] extend test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914512 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 10 Dec 2023 13:30:59 +0000 (13:30 +0000)]
[bug-68305] add test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914511 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 10 Dec 2023 12:53:05 +0000 (12:53 +0000)]
[GitHub-562] Add extra pivot table classes to poi-ooxml-lite. This closes #562
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914509 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 7 Dec 2023 14:04:02 +0000 (14:04 +0000)]
remove unused loggers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914434 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 20:49:10 +0000 (20:49 +0000)]
Add new dependency pdfbox-io to Ant build
Otherwise CI job "old-xerces" fails.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914411 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:51:19 +0000 (19:51 +0000)]
Simplify handling of exceptions in ZipPackage
The code became overly complex and hard to reason about.
We can avoid some additional catching/rethrowing of exceptions.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914409 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:50:06 +0000 (19:50 +0000)]
Mark internal classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914408 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:50:02 +0000 (19:50 +0000)]
Make sure OLE2ScratchpadExtractorFacory is sorted first
Otherwise order of found extractors would depend on jar-loading order
and thus might have unexpected side-effects and missing features in
text-extraction.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914407 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:49:59 +0000 (19:49 +0000)]
Add one more xsb which is missing in one of my projects
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914406 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:49:56 +0000 (19:49 +0000)]
Add more output for a failure that we saw once in CI
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914405 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:49:52 +0000 (19:49 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Avoid a ClassCastException and trigger some more
code in integration-testing.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63358
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914404 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:49:45 +0000 (19:49 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Change an assertion which can be triggered via an
input-document.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63309
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914403 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:49:38 +0000 (19:49 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Add an xsb file to ooxml-lite which seems to be
missing in some cases
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63652
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914402 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 6 Dec 2023 19:49:34 +0000 (19:49 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Capture and report integer overflow as normal
parsing/format exceptions
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63628
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914401 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 5 Dec 2023 11:35:22 +0000 (11:35 +0000)]
gradle 8.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914357 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 3 Dec 2023 10:41:36 +0000 (10:41 +0000)]
pdfbox/graphics2d 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914298 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 3 Dec 2023 10:40:41 +0000 (10:40 +0000)]
pdfbox/graphics2d 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914296 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 30 Nov 2023 15:41:04 +0000 (15:41 +0000)]
saxon 12.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914236 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 30 Nov 2023 15:37:44 +0000 (15:37 +0000)]
update github actions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914235 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 30 Nov 2023 09:26:03 +0000 (09:26 +0000)]
xmlsec stuck at 3.0.3 due to xmlsec 4 needing java 11
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914230 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 30 Nov 2023 08:39:07 +0000 (08:39 +0000)]
try xmlsec 4.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914228 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 30 Nov 2023 08:29:37 +0000 (08:29 +0000)]
commons-io 2.15.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914225 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 27 Nov 2023 11:09:38 +0000 (11:09 +0000)]
log4j 2.22.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914154 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 27 Nov 2023 10:11:54 +0000 (10:11 +0000)]
snapshot version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914153 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 27 Nov 2023 10:08:16 +0000 (10:08 +0000)]
[bug-68237] SXSSFWorkbook: write as
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914152 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 25 Nov 2023 19:31:28 +0000 (19:31 +0000)]
poi 5.2.5 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914119 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 24 Nov 2023 13:03:54 +0000 (13:03 +0000)]
deprecate unnecessary method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914086 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 24 Nov 2023 11:07:44 +0000 (11:07 +0000)]
deprecate unnecessary method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1914084 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 20 Nov 2023 19:16:43 +0000 (19:16 +0000)]
Jenkins DSL: Capture artefacts for checksums and .pom as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913990 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 16 Nov 2023 22:15:24 +0000 (22:15 +0000)]
try to fix compile issues due to commons-compress upgrade
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913865 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 16 Nov 2023 20:52:47 +0000 (20:52 +0000)]
prep v5.2.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913863 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 16 Nov 2023 20:46:45 +0000 (20:46 +0000)]
XMLBeans 5.2.0 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913860 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 16 Nov 2023 20:16:19 +0000 (20:16 +0000)]
commons-compress 1.25.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913857 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 15 Nov 2023 15:02:09 +0000 (15:02 +0000)]
bouncycastle 1.77
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913806 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 15 Nov 2023 10:32:59 +0000 (10:32 +0000)]
Bug 68128: Exclude one broken file from the "No-Scratchpad" run
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913797 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 15 Nov 2023 10:22:49 +0000 (10:22 +0000)]
Close document always in SlideShowRecordDumper
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913795 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 10 Nov 2023 10:50:14 +0000 (10:50 +0000)]
use xmlbeans 5.1.1 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913696 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 8 Nov 2023 13:41:53 +0000 (13:41 +0000)]
[bug-68094] try to improve cell width derivation by not rounding
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913676 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 8 Nov 2023 12:34:41 +0000 (12:34 +0000)]
[bug-67510] issue with empty num format on chart axes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913674 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 8 Nov 2023 11:26:08 +0000 (11:26 +0000)]
[bug-67510] issue with empty num format on chart axes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913672 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 8 Nov 2023 11:14:47 +0000 (11:14 +0000)]
temp workaround for chart axis issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913671 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 7 Nov 2023 21:50:12 +0000 (21:50 +0000)]
[github-545] Make exported sheet names compatible with Excel. Thanks to Aleksandrs Jansons. This closes #545
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913660 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 7 Nov 2023 12:23:53 +0000 (12:23 +0000)]
try to fix broken sxssf tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913651 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 7 Nov 2023 12:00:57 +0000 (12:00 +0000)]
fix broken HSSFWorkbook test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913648 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 7 Nov 2023 11:23:30 +0000 (11:23 +0000)]
gradle 8.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913647 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 7 Nov 2023 11:17:39 +0000 (11:17 +0000)]
test with saxon 12.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913646 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 7 Nov 2023 08:54:13 +0000 (08:54 +0000)]
upgrade junit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913643 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 30 Oct 2023 11:27:56 +0000 (11:27 +0000)]
upgrade cyclonedx
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913433 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 27 Oct 2023 16:59:49 +0000 (16:59 +0000)]
some tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913396 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 27 Oct 2023 16:53:06 +0000 (16:53 +0000)]
some tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913395 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 27 Oct 2023 16:48:34 +0000 (16:48 +0000)]
some tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913394 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 27 Oct 2023 10:08:09 +0000 (10:08 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Fix one expected exception-text which is different
on newer Java versions
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63142
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913385 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 27 Oct 2023 10:08:04 +0000 (10:08 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Fix one expected exception-text which is different
on newer Java versions
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63143
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913384 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 27 Oct 2023 10:07:57 +0000 (10:07 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Fix one expected exception-text which is different
on newer Java versions
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63266
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913383 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 20:03:33 +0000 (20:03 +0000)]
[bug-67579] test OPCPackage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913368 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 18:24:03 +0000 (18:24 +0000)]
[bug-67579] add new XmlVisioDocument constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913364 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 18:20:33 +0000 (18:20 +0000)]
[bug-67579] add new XWPFDocument/XMLSlideShow constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913363 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 18:13:43 +0000 (18:13 +0000)]
[bug-67579] add new XSSFWorkbook constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913362 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 18:12:29 +0000 (18:12 +0000)]
[bug-67579] add new XSSFWorkbook constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913361 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 18:09:38 +0000 (18:09 +0000)]
[bug-67579] add new XSSFWorkbook constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913359 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 17:37:46 +0000 (17:37 +0000)]
[bug-67579] revert changes - POI will again close the InputStream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913356 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 15:19:42 +0000 (15:19 +0000)]
[bug-67579] test that we close input stream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913352 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 15:02:52 +0000 (15:02 +0000)]
try to close streams in HSSF tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913351 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 14:59:54 +0000 (14:59 +0000)]
[bug-67579] test that we do not close input stream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913350 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 09:55:33 +0000 (09:55 +0000)]
revert change to github-321.xlsx
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913343 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 09:09:04 +0000 (09:09 +0000)]
undo test change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913341 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 26 Oct 2023 09:07:54 +0000 (09:07 +0000)]
commons-io 2.15.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913340 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 25 Oct 2023 16:41:09 +0000 (16:41 +0000)]
revert test change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913329 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 25 Oct 2023 16:39:46 +0000 (16:39 +0000)]
update test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913328 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 24 Oct 2023 21:50:57 +0000 (21:50 +0000)]
security docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913302 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 24 Oct 2023 17:09:34 +0000 (17:09 +0000)]
bytebuddy 1.14.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913272 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 24 Oct 2023 17:08:33 +0000 (17:08 +0000)]
log4j 2.21.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913270 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 24 Oct 2023 09:34:58 +0000 (09:34 +0000)]
[bug-67778] add more null checks to BaseXSSFFormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913258 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 19 Oct 2023 15:18:55 +0000 (15:18 +0000)]
xmlsec 3.0.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913122 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 19 Oct 2023 14:58:47 +0000 (14:58 +0000)]
spotbugs gradle plugin to 5.2.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913121 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 18 Oct 2023 09:37:37 +0000 (09:37 +0000)]
[bug-67785] make XSSFExcelExtractor output more like that from XSSFEventBasedExcelExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913080 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 17 Oct 2023 16:05:08 +0000 (16:05 +0000)]
[bug-67784] add tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913068 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 17 Oct 2023 15:22:16 +0000 (15:22 +0000)]
[bug-67784] experimental hack to fix regression
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913067 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 17 Oct 2023 15:09:26 +0000 (15:09 +0000)]
reformat file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913066 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 17 Oct 2023 14:39:54 +0000 (14:39 +0000)]
[bug-67784] add test for divide error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913065 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 17 Oct 2023 14:27:25 +0000 (14:27 +0000)]
[bug-67784] add test for divide error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913064 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 17 Oct 2023 10:34:23 +0000 (10:34 +0000)]
refactor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913056 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 17 Oct 2023 08:42:26 +0000 (08:42 +0000)]
log4j 2.21.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913046 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 17 Oct 2023 08:36:07 +0000 (08:36 +0000)]
[bug-67778] try to make formula eval involving external workbooks more robust
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913045 13f79535 -47bb-0310-9956-
ffa450edef68
Tim Allison [Mon, 16 Oct 2023 10:42:53 +0000 (10:42 +0000)]
Bug 67767 - bump max picture size
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1913004 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 15 Oct 2023 21:06:01 +0000 (21:06 +0000)]
try harder to close zipArchive in ZipPackage (edge cases)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1912986 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 14 Oct 2023 22:34:58 +0000 (22:34 +0000)]
[bug-67475] better support for edge cases in TEXT function. Thanks to Jakub Vojtisek
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1912973 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 14 Oct 2023 14:51:30 +0000 (14:51 +0000)]
update gradle plugins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1912968 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 14 Oct 2023 14:47:34 +0000 (14:47 +0000)]
add back leading len into slideshow DrawTextFragment height
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1912967 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 14 Oct 2023 14:38:12 +0000 (14:38 +0000)]
extra classes in poi-ooxml-lite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1912965 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 14 Oct 2023 14:37:59 +0000 (14:37 +0000)]
extra classes in poi-ooxml-lite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1912964 13f79535 -47bb-0310-9956-
ffa450edef68