aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
Commit message (Collapse)AuthorAgeFilesLines
* [bug-69628] in ZipArchiveFakeEntry, use min of IOUtils and ↵PJ Fanning11 days2-1/+15
| | | | | | ZipArchiveFakeEntry entry size limits git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924657 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69628] add test casePJ Fanning11 days1-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924644 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69628] add test casePJ Fanning11 days2-19/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924643 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69628] make ZipArchiveFakeEntry.setMaxEntrySize publicly accessiblePJ Fanning12 days1-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924595 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69628] make ZipArchiveFakeEntry.setMaxEntrySize publicly accessiblePJ Fanning12 days1-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924593 13f79535-47bb-0310-9956-ffa450edef68
* partially revert cell toString changesPJ Fanning2025-03-231-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924534 13f79535-47bb-0310-9956-ffa450edef68
* partially revert cell toString changesPJ Fanning2025-03-232-6/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924533 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69618] fix test issuePJ Fanning2025-03-201-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924499 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69618] ZipPackage save should check that intermediate steps succeedfanningpj2025-03-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924496 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69618] ZipPackage save should check that intermediate steps succeedPJ Fanning2025-03-202-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924495 13f79535-47bb-0310-9956-ffa450edef68
* [github-775] Allow some OPC compliance checks to be tuned. Thanks to Ken ↵PJ Fanning2025-03-195-89/+544
| | | | | | Reese. This closes #775 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924476 13f79535-47bb-0310-9956-ffa450edef68
* add arbitrary extra width support to XSSFSheetPJ Fanning2025-03-122-0/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924335 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.17PJ Fanning2025-02-262-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924063 13f79535-47bb-0310-9956-ffa450edef68
* doc for getNumberOfTextsPJ Fanning2025-02-251-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924041 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66260, Add getNumberOfTexts() methodBida Fan2025-02-252-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924026 13f79535-47bb-0310-9956-ffa450edef68
* fix broken xssf testPJ Fanning2025-02-171-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923883 13f79535-47bb-0310-9956-ffa450edef68
* fix problem test (SXXSF)PJ Fanning2025-02-141-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923820 13f79535-47bb-0310-9956-ffa450edef68
* fix problem test (SXXSF)PJ Fanning2025-02-142-22/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923819 13f79535-47bb-0310-9956-ffa450edef68
* temp disable problem test (XSSF)PJ Fanning2025-02-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923798 13f79535-47bb-0310-9956-ffa450edef68
* temp disable problem test (SXXSF)PJ Fanning2025-02-131-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923797 13f79535-47bb-0310-9956-ffa450edef68
* allow context to be set in XSSFSheet copyRowsPJ Fanning2025-02-131-3/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923793 13f79535-47bb-0310-9956-ffa450edef68
* refactor cell toString to use DataFormatterPJ Fanning2025-02-131-10/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923790 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
* 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
* Some changes to the Gradle buildDominik Stadler2025-01-201-11/+11
| | | | | | | 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
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-202-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-151-1/+1
| | | | 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-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923152 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
* 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 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-111-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-111-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
* [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
* Expect an XML parser error in one test when running with IBM JDKDominik Stadler2024-11-301-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922231 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-2477-154/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922055 13f79535-47bb-0310-9956-ffa450edef68
* Add test to verify bug 69266Dominik Stadler2024-11-201-10/+42
| | | | | | | | We could not reproduce the reported issue, this test verifies this the functionality some more now. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921982 13f79535-47bb-0310-9956-ffa450edef68
* Apply some IDE suggestions, JavaDoc and GitHub PRDominik Stadler2024-11-203-15/+10
| | | | | | | | | | | Update assertion-message Adjust JavaDoc Add tests Reformat class DirectoryNode, adjust/move some comments Closes #730 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921980 13f79535-47bb-0310-9956-ffa450edef68
* bcprov 1.79PJ Fanning2024-10-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921688 13f79535-47bb-0310-9956-ffa450edef68
* call next release poi 5.4.0PJ Fanning2024-10-296-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921653 13f79535-47bb-0310-9956-ffa450edef68
* immutable listsPJ Fanning2024-10-262-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921576 13f79535-47bb-0310-9956-ffa450edef68
* immutable mapsPJ Fanning2024-10-262-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921575 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69411] add XSSFReader.getSheetIteratorPJ Fanning2024-10-263-2/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921571 13f79535-47bb-0310-9956-ffa450edef68
* make static maps finalPJ Fanning2024-10-156-11/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921340 13f79535-47bb-0310-9956-ffa450edef68
* thread safetyPJ Fanning2024-10-152-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921339 13f79535-47bb-0310-9956-ffa450edef68
* try to make ExcelAntWorkbookUtilFactory thread safePJ Fanning2024-10-151-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921338 13f79535-47bb-0310-9956-ffa450edef68
* make it harder to modify metadata in mapsPJ Fanning2024-10-152-40/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921337 13f79535-47bb-0310-9956-ffa450edef68
* try batik 1.18 againPJ Fanning2024-10-092-37/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921224 13f79535-47bb-0310-9956-ffa450edef68