aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-082-0/+5
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-074-4/+11
* gradle hates ant 1.10.13PJ Fanning2023-08-011-1/+1
* Exclude some files in one test to avoid flakiness during parallel buildsDominik Stadler2023-08-011-1/+6
* Update Apache Ant to 1.10.13 and use newer Gradle syntaxDominik Stadler2023-08-011-1/+1
* [github-488] Round up seconds in CellElapsedFormatter. Thanks to Anthony Scho...PJ Fanning2023-07-242-1/+8
* undo last change due to broken testPJ Fanning2023-07-241-1/+1
* [github-487] Round up seconds in CellElapsedFormatter. Thanks to Anthony Scho...PJ Fanning2023-07-241-1/+1
* remove release date from version.javaPJ Fanning2023-07-031-10/+1
* 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
* 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