| Commit message (Expand) | Author | Age | Files | Lines |
* | build issues due to commons-io 2.19.0 | PJ Fanning | 7 days | 3 | -20/+4 |
* | [bug-69628] make IOUtils more tolerant of len < 0 | PJ Fanning | 2025-03-25 | 1 | -2/+19 |
* | add test | PJ Fanning | 2025-03-23 | 1 | -0/+5 |
* | fix test issue | PJ Fanning | 2025-03-23 | 1 | -1/+1 |
* | add datetime test | PJ Fanning | 2025-02-17 | 1 | -0/+6 |
* | add datetime test | PJ Fanning | 2025-02-17 | 1 | -0/+16 |
* | fix problem test (SXXSF) | PJ Fanning | 2025-02-14 | 1 | -10/+2 |
* | temp disable problem test (SXXSF) | PJ Fanning | 2025-02-13 | 1 | -2/+10 |
* | fix some of the broken tests | PJ Fanning | 2025-02-13 | 1 | -2/+1 |
* | fix some of the broken tests | PJ Fanning | 2025-02-13 | 1 | -1/+2 |
* | fix some of the broken tests | PJ Fanning | 2025-02-13 | 5 | -8/+8 |
* | refactor cell toString to use DataFormatter | PJ Fanning | 2025-02-13 | 1 | -3/+17 |
* | [bug-69583] DateUtil needs to handle time only dates (issue with 1900 format ... | PJ Fanning | 2025-02-13 | 1 | -66/+83 |
* | [bug-69583] when copying cells with dates - prefer using the numeric data dir... | PJ Fanning | 2025-02-13 | 1 | -0/+27 |
* | remove unused import | Axel Howind | 2025-01-11 | 1 | -1/+0 |
* | Support long month names, dot after day, single digit day of month | Axel Howind | 2025-01-11 | 1 | -0/+12 |
* | Ensure that test which changes static value does not run at the same time as ... | Dominik Stadler | 2025-01-11 | 1 | -0/+3 |
* | Bug 65190: Handle decimal format '0#' the same way as Excel | Dominik Stadler | 2025-01-11 | 1 | -0/+23 |
* | Apply IDE suggestions, code-formating, tests, ... | Dominik Stadler | 2025-01-11 | 2 | -6/+175 |
* | Bug 58571: Add test which shows a workaround | Dominik Stadler | 2025-01-11 | 1 | -0/+26 |
* | Bug 69265: Add test which verifies that Hyperlink Type "Email" is not support... | Dominik Stadler | 2025-01-11 | 1 | -0/+117 |
* | Apply some spelling fixes from GitHub PR #480 | Dominik Stadler | 2024-12-25 | 1 | -1/+1 |
* | Adjust for removed locale provider in JDK 23 and newer | Dominik Stadler | 2024-12-14 | 1 | -4/+20 |
* | Print out current locale.provider for some test-failures | Dominik Stadler | 2024-12-14 | 1 | -1/+4 |
* | add back 731 changes but increase gradle heap | PJ Fanning | 2024-11-27 | 1 | -0/+65 |
* | revert 731 because of suspicious mem issues in ci-builds | PJ Fanning | 2024-11-26 | 1 | -65/+0 |
* | add mirr test | PJ Fanning | 2024-11-25 | 1 | -0/+35 |
* | [github-733] Fix rate order in Mirr function. Thanks to Aleksandrs Jansons. T... | PJ Fanning | 2024-11-25 | 1 | -19/+20 |
* | [github-731] Fix the mini-stream size in the root property. This closes #731 | PJ Fanning | 2024-11-25 | 1 | -0/+65 |
* | PoiLogManager | PJ Fanning | 2024-11-24 | 4 | -8/+8 |
* | More tests for reproducible outputs | Dominik Stadler | 2024-11-20 | 2 | -0/+29 |
* | Apply some IDE suggestions, JavaDoc and GitHub PR | Dominik Stadler | 2024-11-20 | 2 | -5/+32 |
* | [bug-66590] Number of blocks used by the property table missing from the file... | PJ Fanning | 2024-11-19 | 1 | -3/+35 |
* | [bug-66590] Number of blocks used by the property table missing from the file... | PJ Fanning | 2024-11-18 | 2 | -1/+5 |
* | [bug-69418] Issue when evaluating WORKDAY function that has a cell ref as 2nd... | PJ Fanning | 2024-10-29 | 1 | -1/+1 |
* | add workday test | PJ Fanning | 2024-10-29 | 2 | -0/+76 |
* | [github-704] Add UserNameAwareTempFileCreationStrategy. Thanks to TigerZCoder... | PJ Fanning | 2024-10-06 | 1 | -0/+43 |
* | [bug-69351] fix issues with removing items from IntList | PJ Fanning | 2024-09-29 | 1 | -0/+26 |
* | [github-692] D* functions are incompatible with the diamond operator. Thanks ... | PJ Fanning | 2024-09-20 | 6 | -0/+33 |
* | [bug-69209] default ignoreMissingFontSystem to true | PJ Fanning | 2024-09-12 | 1 | -0/+5 |
* | [github-682] Add CellPropertyType and CellPropertyCategory enums. Thanks to D... | PJ Fanning | 2024-08-27 | 2 | -39/+954 |
* | add chinese hssf test | PJ Fanning | 2024-07-19 | 1 | -1/+2 |
* | remove 22742.xls | PJ Fanning | 2024-07-19 | 1 | -1/+1 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2024-07-18 | 1 | -0/+12 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2024-07-16 | 2 | -7/+58 |
* | Apply some IDE suggestions | Dominik Stadler | 2024-07-15 | 1 | -5/+5 |
* | Add initial support for SOURCE_DATE_EPOCH | Dominik Stadler | 2024-07-15 | 1 | -65/+18 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2024-07-14 | 1 | -0/+1 |
* | [bug-69154] add speculative row shifter fix | PJ Fanning | 2024-07-02 | 1 | -1/+1 |
* | add dataformatter test | PJ Fanning | 2024-07-02 | 1 | -1/+1 |