summaryrefslogtreecommitdiffstats
path: root/poi/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [github-523] set locales for some tests. This closes #523PJ Fanning2023-09-282-0/+28
* Bug47950 -- make stream/directory name lookup in OLE2 case insensitiveTim Allison2023-09-2019-187/+186
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-204-2/+26
* use files nio APIs in more placesPJ Fanning2023-09-172-5/+5
* use more nio file supportPJ Fanning2023-09-146-22/+26
* [bug-67402] DATEVALUE function should return #VALUE! for a null or empty stri...PJ Fanning2023-09-141-45/+40
* 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-101-0/+16
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-081-0/+2
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-073-3/+6
* 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-241-0/+7
* apply some spelling fixesPJ Fanning2023-06-282-4/+4
* apply some spelling fixesPJ Fanning2023-06-272-5/+5
* apply some spelling fixesPJ Fanning2023-06-274-6/+5
* [bug-66661] revert github-269 due to it breaking formulas with table referencesPJ Fanning2023-06-221-0/+96
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-0851-90/+90
* use 'an'PJ Fanning2023-03-184-6/+6
* revert: [bug-66503] Add flag for Excel 4 macros in composite documents.PJ Fanning2023-03-181-22/+0
* [bug-66503] Add flag for Excel 4 macros in composite documents. Thanks to M. ...PJ Fanning2023-03-181-0/+22
* [bug-66532] more performant way to iterate over codepoints. Thanks to Matthia...PJ Fanning2023-03-171-2/+17
* Bug 66521: Add a utility to clear all thread localsDominik Stadler2023-03-111-0/+57
* Fix a flaky test which fails roughly once in 9000 iterationsDominik Stadler2023-03-101-1/+2
* fix up use of ExceptionUtil in main poi modulePJ Fanning2023-02-141-0/+60
* Do not fail if an empty password is providedDominik Stadler2023-02-051-0/+18
* Bug 66436: Fix invalid handling of padded encrypted bytesDominik Stadler2023-02-051-0/+102
* add test casePJ Fanning2023-01-101-0/+26
* [bug-65543] HSSF: fix issue with incomplete SSTs. Thanks to Simon Carter.PJ Fanning2023-01-061-0/+19
* Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...Dominik Stadler2023-01-011-49/+78
* Bug 66401: Handle escaped single-quote in formulas properlyDominik Stadler2022-12-262-4/+12
* revert accidental change to multiply/dividePJ Fanning2022-12-151-1/+1
* upgrade mockito and byte-buddyPJ Fanning2022-12-151-0/+10
* [bug-66319] do not create HSSF patriarch to find comments (only use one that ...PJ Fanning2022-12-121-0/+34
* 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-121-1/+0
* [bug-66181] support VALUE function where input is a blank cellPJ Fanning2022-11-141-0/+21
* Adjust tests, comments, JavaDoc, IDE suggestionsDominik Stadler2022-11-133-4/+12
* add ABS testPJ Fanning2022-10-111-0/+69
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-3/+3
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-1/+1
* broken testPJ Fanning2022-08-301-0/+126
* [bug-66181] add time examplePJ Fanning2022-08-011-0/+2
* [bug-66181] fix issue with evaluation of blank string in VALUE functionPJ Fanning2022-08-011-0/+1
* update testPJ Fanning2022-08-011-1/+3
* [bug-66189] add test casePJ Fanning2022-07-301-41/+74
* Adjust some tests for Java 19 and Java 20Dominik Stadler2022-07-294-7/+27
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-07-291-1/+1
* Also look for test-data in parent-directoryDominik Stadler2022-07-292-2/+9
* disable test on java 19PJ Fanning2022-07-271-1/+2
* issue with junit upgradePJ Fanning2022-07-2726-27/+26