| Commit message (Expand) | Author | Age | Files | Lines |
* | [bug-68094] try to improve cell width derivation by not rounding | PJ Fanning | 2023-11-08 | 2 | -6/+62 |
* | [github-545] Make exported sheet names compatible with Excel. Thanks to Aleks... | PJ Fanning | 2023-11-07 | 2 | -46/+93 |
* | try to fix broken sxssf tests | PJ Fanning | 2023-11-07 | 2 | -2/+2 |
* | fix broken HSSFWorkbook test | PJ Fanning | 2023-11-07 | 2 | -7/+19 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2023-10-27 | 1 | -1/+5 |
* | [bug-67579] test that we close input stream | PJ Fanning | 2023-10-26 | 1 | -0/+31 |
* | try to close streams in HSSF tests | PJ Fanning | 2023-10-26 | 1 | -2/+2 |
* | [bug-67784] add test for divide error | PJ Fanning | 2023-10-17 | 1 | -0/+17 |
* | [bug-67784] add test for divide error | PJ Fanning | 2023-10-17 | 1 | -0/+26 |
* | [bug-67475] better support for edge cases in TEXT function. Thanks to Jakub V... | PJ Fanning | 2023-10-14 | 2 | -12/+181 |
* | add back leading len into slideshow DrawTextFragment height | PJ Fanning | 2023-10-14 | 1 | -1/+1 |
* | Bug 66425: Avoid Exceptions found via oss-fuzz | Dominik Stadler | 2023-10-07 | 4 | -1/+7 |
* | Bug 66425: Avoid Exceptions found via oss-fuzz | Dominik Stadler | 2023-10-07 | 5 | -4/+21 |
* | Bug 66425: Avoid Exceptions found via oss-fuzz | Dominik Stadler | 2023-10-07 | 4 | -3/+9 |
* | Bug 66425: Avoid a NullPointerException found via oss-fuzz | Dominik Stadler | 2023-10-07 | 1 | -1/+5 |
* | Assert that deleting test-files and entries works in tests | Dominik Stadler | 2023-10-03 | 2 | -6/+7 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2023-10-03 | 1 | -1/+1 |
* | commons-io 2.14.0 | PJ Fanning | 2023-10-01 | 1 | -0/+1 |
* | [github-523] set locales for some tests. This closes #523 | PJ Fanning | 2023-09-28 | 2 | -0/+28 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2023-09-21 | 1 | -1/+1 |
* | Bug47950 -- make stream/directory name lookup in OLE2 case insensitive | Tim Allison | 2023-09-20 | 41 | -278/+403 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2023-09-20 | 6 | -5/+31 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2023-09-18 | 1 | -1/+17 |
* | use files nio APIs in more places | PJ Fanning | 2023-09-17 | 12 | -27/+32 |
* | Bug 66425: Avoid NullPointerExceptions and ClassCastExceptions found via poi-... | Dominik Stadler | 2023-09-17 | 1 | -1/+1 |
* | use more nio file support | PJ Fanning | 2023-09-14 | 14 | -50/+58 |
* | [bug-67402] DATEVALUE function should return #VALUE! for a null or empty stri... | PJ Fanning | 2023-09-14 | 2 | -46/+41 |
* | Bug 66425: Avoid NullPointerExceptions found via poi-fuzz | Dominik Stadler | 2023-09-13 | 1 | -0/+6 |
* | [bug-63934] Fix parsing of structure references. Thanks to Matthias Raschhofe... | PJ Fanning | 2023-09-12 | 1 | -0/+24 |
* | Bug 66425: Avoid a NullPointerException found via oss-fuzz | Dominik Stadler | 2023-09-11 | 1 | -0/+3 |
* | SparseBitSet 1.3 | PJ Fanning | 2023-09-06 | 2 | -2/+2 |
* | Reduce flakiness of one test which compares two documents | Dominik Stadler | 2023-09-06 | 1 | -0/+35 |
* | [bug-66855] Formula parser incorrectly handles sheet name containing multiple... | PJ Fanning | 2023-08-10 | 2 | -2/+16 |
* | Bug 66425: Avoid a ClassCastException found via oss-fuzz | Dominik Stadler | 2023-08-08 | 2 | -0/+5 |
* | Bug 66425: Avoid a ClassCastException found via oss-fuzz | Dominik Stadler | 2023-08-07 | 4 | -4/+11 |
* | Exclude some files in one test to avoid flakiness during parallel builds | Dominik Stadler | 2023-08-01 | 1 | -1/+6 |
* | [github-488] Round up seconds in CellElapsedFormatter. Thanks to Anthony Scho... | PJ Fanning | 2023-07-24 | 2 | -1/+8 |
* | undo last change due to broken test | PJ Fanning | 2023-07-24 | 1 | -1/+1 |
* | [github-487] Round up seconds in CellElapsedFormatter. Thanks to Anthony Scho... | PJ Fanning | 2023-07-24 | 1 | -1/+1 |
* | remove release date from version.java | PJ Fanning | 2023-07-03 | 1 | -10/+1 |
* | apply some spelling fixes | PJ Fanning | 2023-06-28 | 9 | -15/+15 |
* | apply some spelling fixes | PJ Fanning | 2023-06-27 | 7 | -10/+10 |
* | apply some spelling fixes | PJ Fanning | 2023-06-27 | 5 | -10/+10 |
* | apply some spelling fixes | PJ Fanning | 2023-06-27 | 11 | -16/+15 |
* | [bug-66661] revert github-269 due to it breaking formulas with table references | PJ Fanning | 2023-06-22 | 1 | -0/+96 |
* | Bug 66632: Round char-width instead of cutting off | Dominik Stadler | 2023-06-08 | 1 | -1/+1 |
* | Remove deprecation warnings reported with newer commons-io | Dominik Stadler | 2023-06-08 | 80 | -147/+193 |
* | [bug-66614] remove limit on offset function params | PJ Fanning | 2023-05-25 | 2 | -10/+3 |
* | don't share the skip bytes buffer | PJ Fanning | 2023-03-25 | 1 | -3/+7 |
* | don't share the skip bytes buffer | PJ Fanning | 2023-03-25 | 1 | -10/+3 |