aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* use method referenceAxel Howind2024-02-281-1/+1
* use Map.computeIfAbsent()Axel Howind2024-02-281-6/+1
* rework testsPJ Fanning2024-02-261-5/+5
* Math.toIntExact is unnecessary because value is guaranteed to be between 0 an...Axel Howind2024-02-221-1/+1
* replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and re...Axel Howind2024-02-221-32/+28
* fix Logging issues:Axel Howind2024-02-212-2/+2
* make loggers static finalAxel Howind2024-02-212-2/+2
* move setting of locale for tests to top level build.gradleAxel Howind2024-02-201-4/+0
* [github-596] Change cast logic in HSSFChart. Thanks to Ruby Hartono. This clo...PJ Fanning2024-02-191-25/+25
* remove unused loggers. Thanks to Ruby Hartono. This closes #594 and closes #595PJ Fanning2024-02-193-7/+1
* fix #68635: POI unit tests fail when run under non-US localeAxel Howind2024-02-171-0/+4
* remove unused loggers - thanks to Ruby Hartono. This closes #588 and closes #589PJ Fanning2024-02-161-5/+0
* [github-590] simplify some logging. This closes #590PJ Fanning2024-02-161-7/+2
* [github-582] improve performance CodepointsUtil.iteratorFor. Thanks to Jason ...PJ Fanning2024-02-031-3/+12
* remove one use of CodepointsUtil.iteratorForPJ Fanning2024-02-031-5/+11
* Fix handling missing font libraries to again not throw on some types of excep...Dominik Stadler2024-01-301-2/+12
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-01-301-2/+8
* [github-578] allow any non-fatal exception when setting up fonts to indicate ...PJ Fanning2024-01-251-3/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-303-3/+8
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-302-0/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-303-2/+9
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-301-1/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-302-3/+20
* try to javadoc more unsupported methodsPJ Fanning2023-12-203-1/+7
* Make sure OLE2ScratchpadExtractorFacory is sorted firstDominik Stadler2023-12-062-1/+17
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-063-1/+5
* [bug-68094] try to improve cell width derivation by not roundingPJ Fanning2023-11-082-6/+62
* [github-545] Make exported sheet names compatible with Excel. Thanks to Aleks...PJ Fanning2023-11-072-46/+93
* try to fix broken sxssf testsPJ Fanning2023-11-072-2/+2
* fix broken HSSFWorkbook testPJ Fanning2023-11-072-7/+19
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-10-271-1/+5
* [bug-67579] test that we close input streamPJ Fanning2023-10-261-0/+31
* try to close streams in HSSF testsPJ Fanning2023-10-261-2/+2
* [bug-67784] add test for divide errorPJ Fanning2023-10-171-0/+17
* [bug-67784] add test for divide errorPJ Fanning2023-10-171-0/+26
* [bug-67475] better support for edge cases in TEXT function. Thanks to Jakub V...PJ Fanning2023-10-142-12/+181
* add back leading len into slideshow DrawTextFragment heightPJ Fanning2023-10-141-1/+1
* Bug 66425: Avoid Exceptions found via oss-fuzzDominik Stadler2023-10-074-1/+7
* Bug 66425: Avoid Exceptions found via oss-fuzzDominik Stadler2023-10-075-4/+21
* Bug 66425: Avoid Exceptions found via oss-fuzzDominik Stadler2023-10-074-3/+9
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-10-071-1/+5
* Assert that deleting test-files and entries works in testsDominik Stadler2023-10-032-6/+7
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-10-031-1/+1
* commons-io 2.14.0PJ Fanning2023-10-011-0/+1
* [github-523] set locales for some tests. This closes #523PJ Fanning2023-09-282-0/+28
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-211-1/+1
* Bug47950 -- make stream/directory name lookup in OLE2 case insensitiveTim Allison2023-09-2041-278/+403
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-206-5/+31
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-181-1/+17
* use files nio APIs in more placesPJ Fanning2023-09-1712-27/+32