aboutsummaryrefslogtreecommitdiffstats
path: root/poi-examples/src
Commit message (Expand)AuthorAgeFilesLines
* temp workaround for chart axis issuePJ Fanning2023-11-085-0/+20
* Bug47950 -- make stream/directory name lookup in OLE2 case insensitiveTim Allison2023-09-202-3/+3
* use files nio APIs in more placesPJ Fanning2023-09-171-2/+4
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-0/+21
* Update Apache Ant to 1.10.13 and use newer Gradle syntaxDominik Stadler2023-08-011-1/+1
* apply some spelling fixesPJ Fanning2023-06-271-1/+1
* apply some spelling fixesPJ Fanning2023-06-272-3/+3
* Print out slightly more in SSPerformanceTestDominik Stadler2023-06-151-3/+7
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-083-5/+5
* use 'its'PJ Fanning2023-03-184-11/+11
* use 'an'PJ Fanning2023-03-182-8/+8
* revert accidental changePJ Fanning2023-02-141-4/+0
* revert use of ExceptionUtil on caught exceptions (not useful)PJ Fanning2023-02-141-0/+4
* don't use ExceptionUtil in examplesPJ Fanning2023-02-141-4/+0
* add util code to rethrow fatal exceptionsPJ Fanning2023-02-141-0/+4
* [bug-66397] update temp file code. Thanks to lsq27.PJ Fanning2022-12-281-4/+5
* try to get rid of cached module-info classesPJ Fanning2022-12-271-0/+0
* try to fix buildPJ Fanning2022-12-261-0/+0
* remove unnecessary short casts for getCellStyleAtPJ Fanning2022-12-121-1/+1
* upgrade depsPJ Fanning2022-09-121-3/+3
* sonar issuesPJ Fanning2022-08-251-2/+0
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-061-6/+1
* refactor smart art codePJ Fanning2022-07-251-3/+2
* forbidden apiPJ Fanning2022-07-221-1/+2
* [bug-66176] Integrate SmartArt diagrams from powerpoint presentations. Thanks...PJ Fanning2022-07-221-0/+137
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-202-2/+4
* use try-with-resourcesPJ Fanning2022-07-202-8/+3
* lgtm issuePJ Fanning2022-07-171-2/+2
* [github-339] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-171-1/+2
* [github-356] accept some of the changes in this PR (not all)PJ Fanning2022-07-161-1/+1
* [github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345PJ Fanning2022-07-162-85/+110
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-151-6/+0
* [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...PJ Fanning2022-07-154-9/+10
* javadoc issuesPJ Fanning2022-07-103-4/+4
* change formattingPJ Fanning2022-02-191-337/+326
* [bug-65849] use Files.createTempFilePJ Fanning2022-01-271-2/+2
* [bug-65849] use Files.createTempFilePJ Fanning2022-01-261-1/+2
* Fix invalid comparison and optimize construction of CellStyle objects for com...Dominik Stadler2022-01-221-37/+104
* remove and prevent links to stackoverflowAndreas Beeker2022-01-107-25/+14
* fix switchPJ Fanning2021-12-301-5/+6
* refactor CopyCompare againPJ Fanning2021-12-301-11/+6
* rewrite CopyCompare to remove its ThreadLocal which causes a sonar code smellPJ Fanning2021-12-301-5/+8
* update some code based on sonar issuesPJ Fanning2021-12-291-1/+8
* [bug-65772] stop using deleteOnExit in DefaultTempFileCreationStrategyPJ Fanning2021-12-281-1/+4
* close cursors in finally blocksPJ Fanning2021-12-283-28/+45
* small refactor of XSSFReaderPJ Fanning2021-12-221-6/+6
* some spotbugs issuesPJ Fanning2021-12-203-18/+11
* possible npesPJ Fanning2021-12-195-5/+10
* code tidy upPJ Fanning2021-12-181-1/+1
* update test assertionPJ Fanning2021-11-301-2/+2