aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove gradle-wrapper jar because it is against ASF policy to ship jars in ↵PJ Fanning2023-08-055-93/+101
| | | | | | source releases git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911462 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-054-9/+8
| | | | | | | | | We try to avoid throwing ClassCastException but it was possible to trigger one here with a specially crafted input-file Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61162 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911459 13f79535-47bb-0310-9956-ffa450edef68
* Use interfaces for variables and reformat source-codeDominik Stadler2023-08-041-145/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911436 13f79535-47bb-0310-9956-ffa450edef68
* Use correct version for JUnit in Ant buildDominik Stadler2023-08-041-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911435 13f79535-47bb-0310-9956-ffa450edef68
* gradle-8.2.1PJ Fanning2023-08-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911428 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66827] treat VML drawing entry for a comment that has incorrect type of ↵PJ Fanning2023-08-022-2/+18
| | | | | | TEXT as invalid git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911407 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66827] add test case (that passes) - so issue is nor reproducedPJ Fanning2023-08-012-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911399 13f79535-47bb-0310-9956-ffa450edef68
* gradle hates ant 1.10.13PJ Fanning2023-08-014-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911398 13f79535-47bb-0310-9956-ffa450edef68
* Exclude some files in one test to avoid flakiness during parallel buildsDominik Stadler2023-08-011-1/+6
| | | | | | | This test failed once locally due to a temporary file being deleted again when the test tried to access it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911384 13f79535-47bb-0310-9956-ffa450edef68
* Update Apache Ant to 1.10.13 and use newer Gradle syntaxDominik Stadler2023-08-016-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911383 13f79535-47bb-0310-9956-ffa450edef68
* junit 5.10.0PJ Fanning2023-07-312-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911373 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.76PJ Fanning2023-07-314-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911371 13f79535-47bb-0310-9956-ffa450edef68
* [github-488] Round up seconds in CellElapsedFormatter. Thanks to Anthony ↵PJ Fanning2023-07-242-1/+8
| | | | | | Schott. This closes #488 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911254 13f79535-47bb-0310-9956-ffa450edef68
* undo last change due to broken testPJ Fanning2023-07-242-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911233 13f79535-47bb-0310-9956-ffa450edef68
* [github-487] Round up seconds in CellElapsedFormatter. Thanks to Anthony ↵PJ Fanning2023-07-242-1/+1
| | | | | | Schott. This closes #487 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911228 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66682] fix xslb reading support for formula cells of boolean type. This ↵PJ Fanning2023-07-123-0/+148
| | | | | | closes #485 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910951 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66675] fix issue with writing xlsx (core properties being added twice)PJ Fanning2023-07-124-2/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910949 13f79535-47bb-0310-9956-ffa450edef68
* gradle 8.2PJ Fanning2023-07-063-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910822 13f79535-47bb-0310-9956-ffa450edef68
* remove release date from version.javaPJ Fanning2023-07-031-10/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910760 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62181] try to handle file where shared string loading is happening twicePJ Fanning2023-07-033-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910759 13f79535-47bb-0310-9956-ffa450edef68
* update guavaPJ Fanning2023-07-034-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910755 13f79535-47bb-0310-9956-ffa450edef68
* pdfbox 2.0.29PJ Fanning2023-07-032-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910753 13f79535-47bb-0310-9956-ffa450edef68
* apply some spelling fixesPJ Fanning2023-06-2812-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910659 13f79535-47bb-0310-9956-ffa450edef68
* apply some spelling fixesPJ Fanning2023-06-2722-29/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910640 13f79535-47bb-0310-9956-ffa450edef68
* apply some spelling fixesPJ Fanning2023-06-2717-50/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910639 13f79535-47bb-0310-9956-ffa450edef68
* apply some spelling fixesPJ Fanning2023-06-2731-56/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910627 13f79535-47bb-0310-9956-ffa450edef68
* add XSSF test where 2 row instances have same rowNumPJ Fanning2023-06-231-5/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910569 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66661] revert github-269 due to it breaking formulas with table referencesPJ Fanning2023-06-225-22/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910561 13f79535-47bb-0310-9956-ffa450edef68
* update ooxml-lite-report.xsbPJ Fanning2023-06-221-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910560 13f79535-47bb-0310-9956-ffa450edef68
* commons-codec 1.16.0PJ Fanning2023-06-222-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910558 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.75PJ Fanning2023-06-214-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910543 13f79535-47bb-0310-9956-ffa450edef68
* fix test assertionPJ Fanning2023-06-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910480 13f79535-47bb-0310-9956-ffa450edef68
* xddf testPJ Fanning2023-06-163-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910459 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66650] add chartex classes to poi-ooxml-fullPJ Fanning2023-06-153-1/+845
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910433 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.74PJ Fanning2023-06-154-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910429 13f79535-47bb-0310-9956-ffa450edef68
* Print out slightly more in SSPerformanceTestDominik Stadler2023-06-151-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910422 13f79535-47bb-0310-9956-ffa450edef68
* [GitHub-473] Add getCTSettings() to XWPFSettings. This closes #473PJ Fanning2023-06-141-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910402 13f79535-47bb-0310-9956-ffa450edef68
* update guavaPJ Fanning2023-06-124-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910365 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66644] enable reproducible build settings in gradlePJ Fanning2023-06-121-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910364 13f79535-47bb-0310-9956-ffa450edef68
* Need to lower the min expected width after changes for bug 66632Dominik Stadler2023-06-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910309 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66632: Round char-width instead of cutting offDominik Stadler2023-06-081-1/+1
| | | | | | | | | | | | Otherwise we sometimes use a too low "default char width" which leads to autosizing of columns with too wide columns. We should propably return float instead of int here to not introduce rounding errors at this point at all, but it would need more API changes, so let's at least make it work better for now. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910301 13f79535-47bb-0310-9956-ffa450edef68
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-08246-490/+550
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910300 13f79535-47bb-0310-9956-ffa450edef68
* Fix generating JavaDoc when running build with Java 9 or higherDominik Stadler2023-06-081-3/+1
| | | | | | Otherwise "current" is JDK 11, but "javadoc" from JDK 8 is executed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910299 13f79535-47bb-0310-9956-ffa450edef68
* commons-io 2.13.0PJ Fanning2023-06-082-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910297 13f79535-47bb-0310-9956-ffa450edef68
* update guavaPJ Fanning2023-06-074-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910275 13f79535-47bb-0310-9956-ffa450edef68
* byte buddy 1.14.5PJ Fanning2023-06-072-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910274 13f79535-47bb-0310-9956-ffa450edef68
* improve exception handlingPJ Fanning2023-06-071-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910273 13f79535-47bb-0310-9956-ffa450edef68
* revert sonarqube plugin due to ci-build issuesPJ Fanning2023-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910100 13f79535-47bb-0310-9956-ffa450edef68
* update sonarqube pluginPJ Fanning2023-05-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910076 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66614] remove limit on offset function paramsPJ Fanning2023-05-252-10/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910049 13f79535-47bb-0310-9956-ffa450edef68