aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* revert use of ExceptionUtil on caught exceptions (not useful)PJ Fanning2023-02-1432-160/+1
* fix up use of ExceptionUtil in main poi modulePJ Fanning2023-02-1433-2/+164
* add util code to rethrow fatal exceptionsPJ Fanning2023-02-143-6/+92
* provide way to clear the state on the ThreadLocal used byby ExtractorFactoryPJ Fanning2023-02-111-0/+16
* remove recently added volatile markers due to Sonarcloud warningsPJ Fanning2023-02-112-2/+2
* DataFormatter - typo in javadoc and possible NPEPJ Fanning2023-02-091-2/+6
* Do not fail if an empty password is providedDominik Stadler2023-02-051-1/+5
* Bug 66436: Fix invalid handling of padded encrypted bytesDominik Stadler2023-02-051-0/+11
* [bug-65260] partial revert of recent changesPJ Fanning2023-02-051-2/+2
* [bug-65260] catch Throwable instead of error - see https://github.com/apache/...PJ Fanning2023-02-041-2/+2
* mark some variables that are used in synchronized code as volatilePJ Fanning2023-01-302-2/+2
* Spotbugs: Replace \n with %n in String.format()Dominik Stadler2023-01-301-6/+6
* Use an error-handler to use logging also for XML parsing errorsDominik Stadler2023-01-301-2/+15
* Bug 54373: Include alpha/transparency value when creating an XSSFColor from a...Dominik Stadler2023-01-301-1/+1
* [bug-66433] Boolean functions should blank cells. Thanks to Patrick BökerPJ Fanning2023-01-201-1/+2
* [bug-66413] try to fix HSSF code where you can set fill colorsPJ Fanning2023-01-072-4/+10
* [bug-65543] HSSF: fix issue with incomplete SSTs. Thanks to Simon Carter.PJ Fanning2023-01-061-19/+15
* 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-014-5/+18
* 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
* Bug 66401: Handle escaped single-quote in formulas properlyDominik Stadler2022-12-261-0/+1
* revert accidental change to multiply/dividePJ Fanning2022-12-151-8/+6
* upgrade mockito and byte-buddyPJ Fanning2022-12-151-6/+8
* [bug-66319] do not create HSSF patriarch to find comments (only use one that ...PJ Fanning2022-12-121-4/+1
* [github-405] more performant codepoint util code. Thanks to StanBertrand. Thi...PJ Fanning2022-12-121-1/+1
* [bug-66181] support VALUE function where input is a blank cellPJ Fanning2022-11-141-0/+4
* [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
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-131-1/+1
* [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-1410-25/+25
* 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-302-1/+17
* [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