aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 66401: Handle escaped single-quote in formulas properlyDominik Stadler2022-12-263-4/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906217 13f79535-47bb-0310-9956-ffa450edef68
* doesn't matter what jdk vendor is used to build module-info classesPJ Fanning2022-12-261-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906212 13f79535-47bb-0310-9956-ffa450edef68
* try to fix buildPJ Fanning2022-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906208 13f79535-47bb-0310-9956-ffa450edef68
* rebuild module-info.class files even if Java8 usedPJ Fanning2022-12-253-11/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906207 13f79535-47bb-0310-9956-ffa450edef68
* try to build sbomsPJ Fanning2022-12-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906146 13f79535-47bb-0310-9956-ffa450edef68
* cyclonedx per modulePJ Fanning2022-12-211-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906134 13f79535-47bb-0310-9956-ffa450edef68
* revert accidental change to multiply/dividePJ Fanning2022-12-152-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906013 13f79535-47bb-0310-9956-ffa450edef68
* upgrade mockito and byte-buddyPJ Fanning2022-12-152-6/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906012 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66319] do not create HSSF patriarch to find comments (only use one that ↵PJ Fanning2022-12-122-4/+35
| | | | | | pre-exists) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905943 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary short casts for getCellStyleAtPJ Fanning2022-12-122-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905938 13f79535-47bb-0310-9956-ffa450edef68
* [github-405] more performant codepoint util code. Thanks to StanBertrand. ↵PJ Fanning2022-12-122-2/+1
| | | | | | This closes #405 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905932 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66181] support VALUE function where input is a blank cellPJ Fanning2022-11-142-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905308 13f79535-47bb-0310-9956-ffa450edef68
* Adjust tests, comments, JavaDoc, IDE suggestionsDominik Stadler2022-11-133-4/+12
| | | | | | | | | Add more output for a flaky test which sometimes fails on very slow hardware Shutdown in tests gracefully Otherwise an NPE may "hide" a test-failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905273 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66337] do not warn about missing SummaryInformation when creating new ↵PJ Fanning2022-11-031-5/+19
| | | | | | HSSFWorkbooks. Thanks to Nicolas Herzog. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905045 13f79535-47bb-0310-9956-ffa450edef68
* update javadocPJ Fanning2022-11-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905029 13f79535-47bb-0310-9956-ffa450edef68
* jdk8 build issuePJ Fanning2022-10-291-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904914 13f79535-47bb-0310-9956-ffa450edef68
* jdk19 build issuePJ Fanning2022-10-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904908 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904563 13f79535-47bb-0310-9956-ffa450edef68
* add ABS testPJ Fanning2022-10-111-0/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904531 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66278] Bug with multiple gradient stops at the exact same location ↵PJ Fanning2022-09-271-1/+15
| | | | | | causing a rendering failure (AWT -> not enough colors in gradient). Thanks to Gareth Floodgate. This closes #385 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904301 13f79535-47bb-0310-9956-ffa450edef68
* lgtm issuesPJ Fanning2022-09-153-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904092 13f79535-47bb-0310-9956-ffa450edef68
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904066 13f79535-47bb-0310-9956-ffa450edef68
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1411-26/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904065 13f79535-47bb-0310-9956-ffa450edef68
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1484-281/+290
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904050 13f79535-47bb-0310-9956-ffa450edef68
* some lgtm issuesPJ Fanning2022-09-133-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904048 13f79535-47bb-0310-9956-ffa450edef68
* add CellUtil testPJ Fanning2022-09-021-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903837 13f79535-47bb-0310-9956-ffa450edef68
* rework CellUtil testPJ Fanning2022-09-021-9/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903836 13f79535-47bb-0310-9956-ffa450edef68
* CellUtil: allow fill colors to be set to nullPJ Fanning2022-09-021-7/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903828 13f79535-47bb-0310-9956-ffa450edef68
* bug-66052 fix broken testPJ Fanning2022-09-011-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903816 13f79535-47bb-0310-9956-ffa450edef68
* try to fix testsPJ Fanning2022-08-303-13/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903783 13f79535-47bb-0310-9956-ffa450edef68
* broken testPJ Fanning2022-08-303-1/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903781 13f79535-47bb-0310-9956-ffa450edef68
* [TIKA-3388] issue with non-ascii chars in file name of embedded OLE objectPJ Fanning2022-08-302-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903780 13f79535-47bb-0310-9956-ffa450edef68
* sonar issuesPJ Fanning2022-08-251-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903688 13f79535-47bb-0310-9956-ffa450edef68
* sonar issuesPJ Fanning2022-08-253-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903686 13f79535-47bb-0310-9956-ffa450edef68
* some int narrowingPJ Fanning2022-08-193-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903551 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66230] don't fail to create SXSSFSheet if auto size tracker can't be ↵PJ Fanning2022-08-181-4/+7
| | | | | | initialized git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903530 13f79535-47bb-0310-9956-ffa450edef68
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-069-72/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903258 13f79535-47bb-0310-9956-ffa450edef68
* [github-366] remove unnecessary local vars. Thanks to Arturo Bernal. This ↵PJ Fanning2022-08-061-2/+1
| | | | | | closes #366 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903257 13f79535-47bb-0310-9956-ffa450edef68
* [github-364] use Math.min/max. Thanks to Arturo Bernal. This closes #364PJ Fanning2022-08-064-13/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903256 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66181] add time examplePJ Fanning2022-08-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903172 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66181] fix issue with evaluation of blank string in VALUE functionPJ Fanning2022-08-012-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903171 13f79535-47bb-0310-9956-ffa450edef68
* update testPJ Fanning2022-08-011-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903169 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66189] add test casePJ Fanning2022-07-301-41/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903122 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some tests for Java 19 and Java 20Dominik Stadler2022-07-294-7/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903105 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-07-2915-35/+37
| | | | | | Replace RuntimeException with a more specific types git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903104 13f79535-47bb-0310-9956-ffa450edef68
* Also look for test-data in parent-directoryDominik Stadler2022-07-292-2/+9
| | | | | | | | | When using the IDE to run tests in one of the sub-modules uses the poi-* sub-directory, so looking for the test-data in ../test-data is useful to make executing tests work out-of-the-box git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903103 13f79535-47bb-0310-9956-ffa450edef68
* disable test on java 19PJ Fanning2022-07-271-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903067 13f79535-47bb-0310-9956-ffa450edef68
* issue with junit upgradePJ Fanning2022-07-2726-27/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903053 13f79535-47bb-0310-9956-ffa450edef68
* try to fix jaav 17 buildPJ Fanning2022-07-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903051 13f79535-47bb-0310-9956-ffa450edef68
* revert accidental changesPJ Fanning2022-07-272-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903048 13f79535-47bb-0310-9956-ffa450edef68