aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src
Commit message (Expand)AuthorAgeFilesLines
* use files nio APIs in more placesPJ Fanning2023-09-1712-27/+32
* Bug 66425: Avoid NullPointerExceptions and ClassCastExceptions found via poi-...Dominik Stadler2023-09-171-1/+1
* use more nio file supportPJ Fanning2023-09-1414-50/+58
* [bug-67402] DATEVALUE function should return #VALUE! for a null or empty stri...PJ Fanning2023-09-142-46/+41
* Bug 66425: Avoid NullPointerExceptions found via poi-fuzzDominik Stadler2023-09-131-0/+6
* [bug-63934] Fix parsing of structure references. Thanks to Matthias Raschhofe...PJ Fanning2023-09-121-0/+24
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-09-111-0/+3
* SparseBitSet 1.3PJ Fanning2023-09-062-2/+2
* Reduce flakiness of one test which compares two documentsDominik Stadler2023-09-061-0/+35
* [bug-66855] Formula parser incorrectly handles sheet name containing multiple...PJ Fanning2023-08-102-2/+16
* 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
* Exclude some files in one test to avoid flakiness during parallel buildsDominik Stadler2023-08-011-1/+6
* [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
* 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