aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use spaces for indentsPJ Fanning2022-03-2023-269/+270
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899082 13f79535-47bb-0310-9956-ffa450edef68
* compile issuePJ Fanning2022-03-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899081 13f79535-47bb-0310-9956-ffa450edef68
* Avoid flaky tests with parallel executionDominik Stadler2022-03-202-0/+9
| | | | | | | One test stores and deletes files named "-saved.xls", so we need to prevent other tests from reading those git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899077 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused imports, remove unnecessary boxing of int-value and apply some ↵Dominik Stadler2022-03-208-46/+38
| | | | | | other IDE suggestions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899076 13f79535-47bb-0310-9956-ffa450edef68
* Improve error message if formula cannot be parsedDominik Stadler2022-03-201-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899075 13f79535-47bb-0310-9956-ffa450edef68
* Add reproducer for possible OOM when reading pictures in XWPFDominik Stadler2022-03-201-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899074 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-03-203-3/+13
| | | | | | | Throw RecordFormatException instead of NPE or assertion for cases that can be triggered by a malformed document git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899073 13f79535-47bb-0310-9956-ffa450edef68
* Prevent one more case of allocating endlessly on invalid TNEF/HMEF/MAPI filesDominik Stadler2022-03-202-10/+16
| | | | | | Limit the number of attributes to 10,000 by default git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899072 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65854: Use revert() instead of close() when OPCPackage is opened read-onlyDominik Stadler2022-03-202-10/+38
| | | | | | | Also add tests, however it is not possible to verify that no logging takes place, so you have to use debugging to verify it. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899071 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-03-206-22/+52
| | | | | | | | | | Replace assertions with actual checks when input-data can trigger them. We would not handle such input-data properly otherwise. Sometimes logging seems a better option if the issue is not blocking us from parsing the document anyway git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899070 13f79535-47bb-0310-9956-ffa450edef68
* POI 5.2.2 releasePJ Fanning2022-03-194-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899060 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2022-03-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898946 13f79535-47bb-0310-9956-ffa450edef68
* update testPJ Fanning2022-03-151-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898945 13f79535-47bb-0310-9956-ffa450edef68
* add xssf test (width/height)PJ Fanning2022-03-153-2/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898944 13f79535-47bb-0310-9956-ffa450edef68
* upgrade gradlePJ Fanning2022-03-141-15/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898937 13f79535-47bb-0310-9956-ffa450edef68
* revert: try to fix java 18 build issuePJ Fanning2022-03-131-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898908 13f79535-47bb-0310-9956-ffa450edef68
* try to fix java 18 build issuePJ Fanning2022-03-131-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898907 13f79535-47bb-0310-9956-ffa450edef68
* handle case where toByteArray truncates stream because max len is less than ↵PJ Fanning2022-03-122-11/+53
| | | | | | stream len git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898876 13f79535-47bb-0310-9956-ffa450edef68
* prep 5.2.2 releasePJ Fanning2022-03-123-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898874 13f79535-47bb-0310-9956-ffa450edef68
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898871 13f79535-47bb-0310-9956-ffa450edef68
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-122-15/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898870 13f79535-47bb-0310-9956-ffa450edef68
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898864 13f79535-47bb-0310-9956-ffa450edef68
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-111-1/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898863 13f79535-47bb-0310-9956-ffa450edef68
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-112-5/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898862 13f79535-47bb-0310-9956-ffa450edef68
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-113-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898861 13f79535-47bb-0310-9956-ffa450edef68
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-111-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898856 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65946] remove duplicate Category property from extracted propertiesPJ Fanning2022-03-092-30/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898805 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65946] remove duplicate Category property from extracted propertiesPJ Fanning2022-03-091-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898804 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65943] support rich text in SXSSFWorkbook (only when shared string ↵PJ Fanning2022-03-091-40/+50
| | | | | | table is enabled) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898803 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65943] support rich text in SXSSFWorkbook (only when shared string ↵PJ Fanning2022-03-093-3/+51
| | | | | | table is enabled) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898801 13f79535-47bb-0310-9956-ffa450edef68
* update mockitoPJ Fanning2022-03-083-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898743 13f79535-47bb-0310-9956-ffa450edef68
* missing licensePJ Fanning2022-03-071-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898685 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65939] add partial fix for clearing formula with circular refPJ Fanning2022-03-072-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898681 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65939] add partial fix for clearing formula with circular refPJ Fanning2022-03-072-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898680 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65939] add partial fix for clearing formula with circular refPJ Fanning2022-03-073-1/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898677 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65935] add removeTextRunPJ Fanning2022-03-072-2/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898672 13f79535-47bb-0310-9956-ffa450edef68
* reformatPJ Fanning2022-03-071-45/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898670 13f79535-47bb-0310-9956-ffa450edef68
* reformatPJ Fanning2022-03-071-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898669 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65934] add removeTextParagraphPJ Fanning2022-03-072-6/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898668 13f79535-47bb-0310-9956-ffa450edef68
* [github-310] use XWPFRunPJ Fanning2022-03-062-30/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898659 13f79535-47bb-0310-9956-ffa450edef68
* [github-310] Allow XWPF sections to have distinct headers and footers. ↵PJ Fanning2022-03-062-3/+220
| | | | | | Thanks to Joaquín Perez Valera. This close #310 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898653 13f79535-47bb-0310-9956-ffa450edef68
* 5.2.0 releasePJ Fanning2022-03-031-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898571 13f79535-47bb-0310-9956-ffa450edef68
* plugin seems to be built with java version that does not support java 8PJ Fanning2022-03-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898541 13f79535-47bb-0310-9956-ffa450edef68
* upgrade guavaPJ Fanning2022-03-014-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898512 13f79535-47bb-0310-9956-ffa450edef68
* add license pluginPJ Fanning2022-02-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898480 13f79535-47bb-0310-9956-ffa450edef68
* add license pluginPJ Fanning2022-02-281-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898477 13f79535-47bb-0310-9956-ffa450edef68
* change version to 5.2.2-SNAPSHOTPJ Fanning2022-02-283-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898476 13f79535-47bb-0310-9956-ffa450edef68
* graphics2d 0.35PJ Fanning2022-02-282-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898475 13f79535-47bb-0310-9956-ffa450edef68
* log4j 2.17.2PJ Fanning2022-02-284-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898463 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65915] possible issue in boolean function supportPJ Fanning2022-02-252-9/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898425 13f79535-47bb-0310-9956-ffa450edef68