aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* remove accidental testPJ Fanning2024-04-121-23/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916938 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.13PJ Fanning2024-04-122-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916936 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.77PJ Fanning2024-04-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916866 13f79535-47bb-0310-9956-ffa450edef68
* add since annotationPJ Fanning2024-03-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916583 13f79535-47bb-0310-9956-ffa450edef68
* [github-607] Support SVGs in XWPF. Thanks to Etienne Gautier. This closes #607PJ Fanning2024-03-275-3/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916582 13f79535-47bb-0310-9956-ffa450edef68
* add javadocPJ Fanning2024-03-061-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916150 13f79535-47bb-0310-9956-ffa450edef68
* remove annotationPJ Fanning2024-03-061-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916149 13f79535-47bb-0310-9956-ffa450edef68
* deprecation warningPJ Fanning2024-03-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916147 13f79535-47bb-0310-9956-ffa450edef68
* [github-604] XDGF: add support for poly lines. Thanks to Dmitrii Komarov. ↵PJ Fanning2024-03-063-1/+163
| | | | | | This closes #604 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916146 13f79535-47bb-0310-9956-ffa450edef68
* [github-601] XDGF: handle elliptical arcs that have colinear points. Thanks ↵PJ Fanning2024-03-065-74/+243
| | | | | | to Dmitrii Komarov. This closes #601 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916144 13f79535-47bb-0310-9956-ffa450edef68
* rework test statePJ Fanning2024-03-061-48/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916143 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-042-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916108 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68703] revert fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-042-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916106 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-042-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916105 13f79535-47bb-0310-9956-ffa450edef68
* use diamond operatorAxel Howind2024-02-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916036 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 3.0.4PJ Fanning2024-02-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915955 13f79535-47bb-0310-9956-ffa450edef68
* do not write single bytesAxel Howind2024-02-221-18/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915953 13f79535-47bb-0310-9956-ffa450edef68
* fix Logging issues:Axel Howind2024-02-213-5/+5
| | | | | | | - don't use foreign class in Logger initialization - update log statements to use MessageFormat syntax git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915930 13f79535-47bb-0310-9956-ffa450edef68
* Fix Ant-build after upgrade of commons-compressDominik Stadler2024-02-201-1/+1
| | | | | | Commons-lang3 is now required as dependency of commons-compress git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915909 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with invalid files after commons-compress upgradePJ Fanning2024-02-201-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915895 13f79535-47bb-0310-9956-ffa450edef68
* remove unused loggers - thanks to Ruby Hartono. This closes #588 and closes #589PJ Fanning2024-02-162-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915819 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.12PJ Fanning2024-02-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915599 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-01-301-0/+3
| | | | | | | | | | Prevent a few NullPointerException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65450 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63907 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63727 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915480 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.11PJ Fanning2024-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915160 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-302-2/+22
| | | | | | | | Prevent NullPointerException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64495 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915005 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.10PJ Fanning2023-12-302-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914998 13f79535-47bb-0310-9956-ffa450edef68
* Don't fail on JDK 21.0.1 if one signature check failsDominik Stadler2023-12-301-1/+7
| | | | | | | 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
* [bug-68379] add signing support for classificationlabelsPJ Fanning2023-12-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914808 13f79535-47bb-0310-9956-ffa450edef68
* try to javadoc more unsupported methodsPJ Fanning2023-12-1911-2/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914785 13f79535-47bb-0310-9956-ffa450edef68
* commons-compress is needed in ooxml-test for running tests via AntDominik Stadler2023-12-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914707 13f79535-47bb-0310-9956-ffa450edef68
* Use revert() instead of close() when processing failsDominik Stadler2023-12-161-4/+4
| | | | | | | 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
* [bug-68305] extend testPJ Fanning2023-12-101-6/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914512 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68305] add testPJ Fanning2023-12-101-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914511 13f79535-47bb-0310-9956-ffa450edef68
* [GitHub-562] Add extra pivot table classes to poi-ooxml-lite. This closes #562PJ Fanning2023-12-101-0/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914509 13f79535-47bb-0310-9956-ffa450edef68
* remove unused loggersPJ Fanning2023-12-072-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914434 13f79535-47bb-0310-9956-ffa450edef68
* Simplify handling of exceptions in ZipPackageDominik Stadler2023-12-061-36/+10
| | | | | | | | 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
* Mark internal classesDominik Stadler2023-12-061-11/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914408 13f79535-47bb-0310-9956-ffa450edef68
* Add more output for a failure that we saw once in CIDominik Stadler2023-12-061-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914405 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-062-2/+2
| | | | | | | | | 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
* xmlsec stuck at 3.0.3 due to xmlsec 4 needing java 11PJ Fanning2023-11-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914230 13f79535-47bb-0310-9956-ffa450edef68
* try xmlsec 4.0.1PJ Fanning2023-11-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914228 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68237] SXSSFWorkbook: write as PJ Fanning2023-11-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914152 13f79535-47bb-0310-9956-ffa450edef68
* deprecate unnecessary methodPJ Fanning2023-11-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914086 13f79535-47bb-0310-9956-ffa450edef68
* deprecate unnecessary methodPJ Fanning2023-11-241-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914084 13f79535-47bb-0310-9956-ffa450edef68
* try to fix compile issues due to commons-compress upgradePJ Fanning2023-11-163-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913865 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.77PJ Fanning2023-11-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913806 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68094] try to improve cell width derivation by not roundingPJ Fanning2023-11-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913676 13f79535-47bb-0310-9956-ffa450edef68
* [bug-67510] issue with empty num format on chart axesPJ Fanning2023-11-082-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913674 13f79535-47bb-0310-9956-ffa450edef68
* [bug-67510] issue with empty num format on chart axesPJ Fanning2023-11-081-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913672 13f79535-47bb-0310-9956-ffa450edef68
* try to fix broken sxssf testsPJ Fanning2023-11-072-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913651 13f79535-47bb-0310-9956-ffa450edef68