aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* Avoid some NullPointerException and ClassCastExceptions found when fuzzing Ap...Dominik Stadler2023-01-037-31/+81
* Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...Dominik Stadler2023-01-015-54/+96
* Rename method for color from "RBG" to "RGB"Dominik Stadler2022-12-302-15/+15
* [github-409] Textruns not honouring highlight. Thans to gffloodg. This closes...PJ Fanning2022-12-281-0/+67
* [github-409] Textruns not honouring highlight. Thans to gffloodg. This closes...PJ Fanning2022-12-282-1/+12
* [bug-66397] update temp file code. Thanks to lsq27.PJ Fanning2022-12-282-35/+26
* try to get rid of cached module-info classesPJ Fanning2022-12-273-36/+4
* Bug 66401: Handle escaped single-quote in formulas properlyDominik Stadler2022-12-263-4/+13
* doesn't matter what jdk vendor is used to build module-info classesPJ Fanning2022-12-261-2/+0
* try to fix buildPJ Fanning2022-12-261-1/+1
* rebuild module-info.class files even if Java8 usedPJ Fanning2022-12-253-11/+6
* try to build sbomsPJ Fanning2022-12-211-1/+1
* cyclonedx per modulePJ Fanning2022-12-211-0/+19
* revert accidental change to multiply/dividePJ Fanning2022-12-152-9/+7
* upgrade mockito and byte-buddyPJ Fanning2022-12-152-6/+18
* [bug-66319] do not create HSSF patriarch to find comments (only use one that ...PJ Fanning2022-12-122-4/+35
* remove unnecessary short casts for getCellStyleAtPJ Fanning2022-12-122-4/+4
* [github-405] more performant codepoint util code. Thanks to StanBertrand. Thi...PJ Fanning2022-12-122-2/+1
* [bug-66181] support VALUE function where input is a blank cellPJ Fanning2022-11-142-0/+25
* Adjust tests, comments, JavaDoc, IDE suggestionsDominik Stadler2022-11-133-4/+12
* [bug-66337] do not warn about missing SummaryInformation when creating new HS...PJ Fanning2022-11-031-5/+19
* update javadocPJ Fanning2022-11-021-2/+2
* jdk8 build issuePJ Fanning2022-10-291-0/+5
* jdk19 build issuePJ Fanning2022-10-281-1/+1
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-131-1/+1
* add ABS testPJ Fanning2022-10-111-0/+69
* [bug-66278] Bug with multiple gradient stops at the exact same location causi...PJ Fanning2022-09-271-1/+15
* lgtm issuesPJ Fanning2022-09-153-3/+3
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-3/+3
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1411-26/+26
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1484-281/+290
* some lgtm issuesPJ Fanning2022-09-133-21/+21
* add CellUtil testPJ Fanning2022-09-021-0/+6
* rework CellUtil testPJ Fanning2022-09-021-9/+27
* CellUtil: allow fill colors to be set to nullPJ Fanning2022-09-021-7/+29
* bug-66052 fix broken testPJ Fanning2022-09-011-5/+6
* try to fix testsPJ Fanning2022-08-303-13/+21
* broken testPJ Fanning2022-08-303-1/+143
* [TIKA-3388] issue with non-ascii chars in file name of embedded OLE objectPJ Fanning2022-08-302-6/+6
* sonar issuesPJ Fanning2022-08-251-4/+4
* sonar issuesPJ Fanning2022-08-253-4/+0
* some int narrowingPJ Fanning2022-08-193-5/+5
* [bug-66230] don't fail to create SXSSFSheet if auto size tracker can't be ini...PJ Fanning2022-08-181-4/+7
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-069-72/+41
* [github-366] remove unnecessary local vars. Thanks to Arturo Bernal. This clo...PJ Fanning2022-08-061-2/+1
* [github-364] use Math.min/max. Thanks to Arturo Bernal. This closes #364PJ Fanning2022-08-064-13/+8
* [bug-66181] add time examplePJ Fanning2022-08-011-0/+2
* [bug-66181] fix issue with evaluation of blank string in VALUE functionPJ Fanning2022-08-012-0/+5
* update testPJ Fanning2022-08-011-1/+3
* [bug-66189] add test casePJ Fanning2022-07-301-41/+74