aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
...
* [bug-66614] remove limit on offset function paramsPJ Fanning2023-05-252-10/+3
* don't share the skip bytes bufferPJ Fanning2023-03-251-3/+7
* don't share the skip bytes bufferPJ Fanning2023-03-251-10/+3
* Add more information in exception when formula parsing failsDominik Stadler2023-03-211-2/+1
* remove temporary hacksPJ Fanning2023-03-191-2/+0
* revert back to ant 1.10.12 - 1.10.13 breaks our buildPJ Fanning2023-03-191-1/+1
* ant 1.10.13PJ Fanning2023-03-191-1/+1
* temporary hack to build to see if the gradle toolchain logic is what is break...PJ Fanning2023-03-191-0/+2
* use 'its'PJ Fanning2023-03-188-8/+8
* use 'an'PJ Fanning2023-03-1822-30/+30
* typoPJ Fanning2023-03-181-1/+1
* [bug-66532] more performant way to iterate over codepoints.PJ Fanning2023-03-182-9/+11
* revert: [bug-66503] Add flag for Excel 4 macros in composite documents.PJ Fanning2023-03-181-0/+9
* revert: [bug-66503] Add flag for Excel 4 macros in composite documents.PJ Fanning2023-03-182-50/+0
* [bug-66503] Add flag for Excel 4 macros in composite documents. Thanks to M. ...PJ Fanning2023-03-182-0/+41
* [bug-66532] more performant way to iterate over codepoints.PJ Fanning2023-03-171-1/+1
* [bug-66532] more performant way to iterate over codepoints.PJ Fanning2023-03-171-1/+1
* [bug-66532] more performant way to iterate over codepoints. Thanks to Matthia...PJ Fanning2023-03-172-2/+33
* javadoc typosPJ Fanning2023-03-131-2/+2
* Bug 66521: Add a utility to clear all thread localsDominik Stadler2023-03-118-2/+162
* Fix a flaky test which fails roughly once in 9000 iterationsDominik Stadler2023-03-101-1/+2
* Update/fix JavaDoc and add "throws"Dominik Stadler2023-03-101-1/+4
* 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