aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* try gradle 8.0.1 againPJ Fanning2023-02-221-1/+1
* try to fix gradle issuesPJ Fanning2023-02-221-1/+1
* build issuePJ Fanning2023-02-191-2/+4
* safety check on throwable catchPJ Fanning2023-02-141-1/+1
* 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-1434-2/+224
* 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-052-1/+23
* Bug 66436: Fix invalid handling of padded encrypted bytesDominik Stadler2023-02-052-0/+113
* [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
* revert ant upgrade due to issues with ant-launcher-1.10.13.jarPJ Fanning2023-01-101-1/+1
* add test casePJ Fanning2023-01-101-0/+26
* upgrade antPJ Fanning2023-01-101-1/+1
* [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-062-19/+34
* Saxon-HE is included in more place, combine these into the main gradle buildDominik Stadler2023-01-061-6/+0
* Testing with saxon-HE: Avoid module-clash between xml.apis and java.xmlDominik Stadler2023-01-061-1/+3
* 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