aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [bug-69681] allow 1 optional space in date formats before the AM/PM partPJ Fanning2025-06-171-1/+25
* [bug-69714] add TempFile.withStrategy. Thanks to Attila Kelemen. This closes ...PJ Fanning2025-06-161-0/+68
* [bug-69714] refactor testPJ Fanning2025-06-161-42/+32
* [bug-69714] add thread local support for overriding TempFile strategyPJ Fanning2025-06-161-0/+36
* [bug-69715] update testsPJ Fanning2025-06-151-2/+13
* add new linePJ Fanning2025-06-151-1/+1
* [bug-69715] in DefaultTempFileCreationStrategy, allow initDir to not yet existPJ Fanning2025-06-151-1/+7
* [bug-69715] add tests removing an old invalid onePJ Fanning2025-06-141-13/+38
* add missing types to CellUtil.namePropertyMapPJ Fanning2025-05-291-0/+36
* code refactorPJ Fanning2025-05-174-4/+6
* [bug-69688] add test case based on one provided by Dan SPJ Fanning2025-05-131-0/+130
* [github-806] HSSFColor: Reduce use of java.awt.Color. Thanks to Jaroslav Tula...PJ Fanning2025-05-111-0/+12
* [github-803] Add support for SHEET function. Thanks to Richard V. This closes...PJ Fanning2025-05-101-0/+89
* allow ATP function overridePJ Fanning2025-05-061-0/+17
* allow ATP function overridePJ Fanning2025-05-061-0/+58
* Bug 69667: Test more variants of valid and invalid usernamesDominik Stadler2025-05-061-3/+40
* add testPJ Fanning2025-05-051-0/+17
* Bug 69667: Handle slightly broken WriteAccessRecord gracefullyDominik Stadler2025-05-051-0/+43
* [bug-69658] use EnumMap elsewherePJ Fanning2025-04-241-2/+3
* ForbiddenApis: Adjust for deprecations in JDK 21+Dominik Stadler2025-04-217-22/+26
* Add more output to test to try to see why it fails now with JDK 23Dominik Stadler2025-04-211-2/+3
* Add test which populates cells with null stringDominik Stadler2025-04-211-0/+30
* build issues due to commons-io 2.19.0PJ Fanning2025-04-123-20/+4
* [bug-69628] make IOUtils more tolerant of len < 0PJ Fanning2025-03-251-2/+19
* add testPJ Fanning2025-03-231-0/+5
* fix test issuePJ Fanning2025-03-231-1/+1
* add datetime testPJ Fanning2025-02-171-0/+6
* add datetime testPJ Fanning2025-02-171-0/+16
* fix problem test (SXXSF)PJ Fanning2025-02-141-10/+2
* temp disable problem test (SXXSF)PJ Fanning2025-02-131-2/+10
* fix some of the broken testsPJ Fanning2025-02-131-2/+1
* fix some of the broken testsPJ Fanning2025-02-131-1/+2
* fix some of the broken testsPJ Fanning2025-02-135-8/+8
* refactor cell toString to use DataFormatterPJ Fanning2025-02-131-3/+17
* [bug-69583] DateUtil needs to handle time only dates (issue with 1900 format ...PJ Fanning2025-02-131-66/+83
* [bug-69583] when copying cells with dates - prefer using the numeric data dir...PJ Fanning2025-02-131-0/+27
* remove unused importAxel Howind2025-01-111-1/+0
* Support long month names, dot after day, single digit day of monthAxel Howind2025-01-111-0/+12
* Ensure that test which changes static value does not run at the same time as ...Dominik Stadler2025-01-111-0/+3
* Bug 65190: Handle decimal format '0#' the same way as ExcelDominik Stadler2025-01-111-0/+23
* Apply IDE suggestions, code-formating, tests, ...Dominik Stadler2025-01-112-6/+175
* Bug 58571: Add test which shows a workaroundDominik Stadler2025-01-111-0/+26
* Bug 69265: Add test which verifies that Hyperlink Type "Email" is not support...Dominik Stadler2025-01-111-0/+117
* Apply some spelling fixes from GitHub PR #480Dominik Stadler2024-12-251-1/+1
* Adjust for removed locale provider in JDK 23 and newerDominik Stadler2024-12-141-4/+20
* Print out current locale.provider for some test-failuresDominik Stadler2024-12-141-1/+4
* add back 731 changes but increase gradle heapPJ Fanning2024-11-271-0/+65
* revert 731 because of suspicious mem issues in ci-buildsPJ Fanning2024-11-261-65/+0
* add mirr testPJ Fanning2024-11-251-0/+35
* [github-733] Fix rate order in Mirr function. Thanks to Aleksandrs Jansons. T...PJ Fanning2024-11-251-19/+20