aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src
Commit message (Expand)AuthorAgeFilesLines
* apply some spelling fixesPJ Fanning2023-06-289-15/+15
* apply some spelling fixesPJ Fanning2023-06-277-10/+10
* apply some spelling fixesPJ Fanning2023-06-275-10/+10
* apply some spelling fixesPJ Fanning2023-06-2711-16/+15
* [bug-66661] revert github-269 due to it breaking formulas with table referencesPJ Fanning2023-06-221-0/+96
* Bug 66632: Round char-width instead of cutting offDominik Stadler2023-06-081-1/+1
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-0880-147/+193
* [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
* 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
* 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
* add test casePJ Fanning2023-01-101-0/+26
* [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
* 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