| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust test for XLS2CSV for different newlines on Windows | Dominik Stadler | 2024-04-22 | 1 | -6/+10 |
* | fix use of forbidden api | PJ Fanning | 2024-04-22 | 1 | -2/+2 |
* | XLS(X) -> CSV: Wrap formatted numbers in quotes if necessary | Dominik Stadler | 2024-04-22 | 2 | -0/+115 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2024-04-17 | 1 | -1/+1 |
* | Bug 66425: Avoid exceptions found via poi-fuzz | Dominik Stadler | 2023-12-06 | 1 | -2/+7 |
* | temp workaround for chart axis issue | PJ Fanning | 2023-11-08 | 5 | -0/+20 |
* | Bug47950 -- make stream/directory name lookup in OLE2 case insensitive | Tim Allison | 2023-09-20 | 2 | -3/+3 |
* | use files nio APIs in more places | PJ Fanning | 2023-09-17 | 1 | -2/+4 |
* | Bug 66425: Avoid a ClassCastException found via oss-fuzz | Dominik Stadler | 2023-08-07 | 1 | -0/+21 |
* | Update Apache Ant to 1.10.13 and use newer Gradle syntax | Dominik Stadler | 2023-08-01 | 1 | -1/+1 |
* | apply some spelling fixes | PJ Fanning | 2023-06-27 | 1 | -1/+1 |
* | apply some spelling fixes | PJ Fanning | 2023-06-27 | 2 | -3/+3 |
* | Print out slightly more in SSPerformanceTest | Dominik Stadler | 2023-06-15 | 1 | -3/+7 |
* | Remove deprecation warnings reported with newer commons-io | Dominik Stadler | 2023-06-08 | 3 | -5/+5 |
* | remove temporary hacks | PJ Fanning | 2023-03-19 | 1 | -1/+0 |
* | temporary hack to build to see if the gradle toolchain logic is what is break... | PJ Fanning | 2023-03-19 | 1 | -0/+1 |
* | use 'its' | PJ Fanning | 2023-03-18 | 4 | -11/+11 |
* | use 'an' | PJ Fanning | 2023-03-18 | 2 | -8/+8 |
* | revert accidental change | PJ Fanning | 2023-02-14 | 1 | -4/+0 |
* | revert use of ExceptionUtil on caught exceptions (not useful) | PJ Fanning | 2023-02-14 | 1 | -0/+4 |
* | don't use ExceptionUtil in examples | PJ Fanning | 2023-02-14 | 1 | -4/+0 |
* | add util code to rethrow fatal exceptions | PJ Fanning | 2023-02-14 | 1 | -0/+4 |
* | Saxon-HE is included in more place, combine these into the main gradle build | Dominik Stadler | 2023-01-06 | 1 | -4/+0 |
* | [bug-66397] update temp file code. Thanks to lsq27. | PJ Fanning | 2022-12-28 | 1 | -4/+5 |
* | try to get rid of cached module-info classes | PJ Fanning | 2022-12-27 | 2 | -17/+2 |
* | doesn't matter what jdk vendor is used to build module-info classes | PJ Fanning | 2022-12-26 | 1 | -1/+0 |
* | try to fix build | PJ Fanning | 2022-12-26 | 2 | -1/+1 |
* | rebuild module-info.class files even if Java8 used | PJ Fanning | 2022-12-25 | 1 | -7/+3 |
* | try to build sboms | PJ Fanning | 2022-12-21 | 1 | -1/+1 |
* | cyclonedx per module | PJ Fanning | 2022-12-21 | 1 | -0/+19 |
* | remove unnecessary short casts for getCellStyleAt | PJ Fanning | 2022-12-12 | 1 | -1/+1 |
* | jdk19 build issue | PJ Fanning | 2022-10-28 | 1 | -1/+1 |
* | upgrade deps | PJ Fanning | 2022-09-12 | 1 | -3/+3 |
* | sonar issues | PJ Fanning | 2022-08-25 | 1 | -2/+0 |
* | [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365 | PJ Fanning | 2022-08-06 | 1 | -6/+1 |
* | try to fix jaav 17 build | PJ Fanning | 2022-07-27 | 1 | -1/+1 |
* | refactor smart art code | PJ Fanning | 2022-07-25 | 1 | -3/+2 |
* | forbidden api | PJ Fanning | 2022-07-22 | 1 | -1/+2 |
* | [bug-66176] Integrate SmartArt diagrams from powerpoint presentations. Thanks... | PJ Fanning | 2022-07-22 | 1 | -0/+137 |
* | [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing... | PJ Fanning | 2022-07-20 | 2 | -2/+4 |
* | use try-with-resources | PJ Fanning | 2022-07-20 | 2 | -8/+3 |
* | lgtm issue | PJ Fanning | 2022-07-17 | 1 | -2/+2 |
* | [github-339] Add extra methods to StringUtil and refactor some code to use th... | PJ Fanning | 2022-07-17 | 1 | -1/+2 |
* | [github-356] accept some of the changes in this PR (not all) | PJ Fanning | 2022-07-16 | 1 | -1/+1 |
* | [github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345 | PJ Fanning | 2022-07-16 | 2 | -85/+110 |
* | [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341 | PJ Fanning | 2022-07-15 | 1 | -6/+0 |
* | [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo... | PJ Fanning | 2022-07-15 | 4 | -9/+10 |
* | javadoc issues | PJ Fanning | 2022-07-10 | 3 | -4/+4 |
* | Use gradle toolchain to specify the jdk version and vendor, e.g. | Andreas Beeker | 2022-02-21 | 1 | -4/+12 |
* | change formatting | PJ Fanning | 2022-02-19 | 1 | -337/+326 |