aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* use standard ASF headerPJ Fanning2024-07-013-12/+0
* [bug-69147] fix issues with text function when input is a datetime in string ...PJ Fanning2024-06-211-1/+9
* getNextZipEntry deprecation warningsPJ Fanning2024-06-051-1/+1
* BoundedInputStream deprecation warningsPJ Fanning2024-06-054-5/+27
* Apply IDE suggestions and ignore sonar false positiveDominik Stadler2024-06-021-2/+1
* [bug-69021] add guard around castPJ Fanning2024-05-171-5/+8
* add back check for if dir already existsPJ Fanning2024-05-081-5/+13
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-221-1/+1
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-171-1/+1
* [github-607] Support SVGs in XWPF. Thanks to Etienne Gautier. This closes #607PJ Fanning2024-03-271-1/+1
* Bug 68778: Verify "ignoreMissingFontSystem" for SheetUtil.getDefaultCharWidth...Dominik Stadler2024-03-141-2/+19
* use method referenceAxel Howind2024-02-281-1/+1
* use Map.computeIfAbsent()Axel Howind2024-02-281-6/+1
* 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
* [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
* 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-301-3/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-301-0/+4
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-301-1/+5
* 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-061-1/+3
* [bug-68094] try to improve cell width derivation by not roundingPJ Fanning2023-11-081-5/+56
* [github-545] Make exported sheet names compatible with Excel. Thanks to Aleks...PJ Fanning2023-11-071-0/+38
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-10-271-1/+5
* [bug-67475] better support for edge cases in TEXT function. Thanks to Jakub V...PJ Fanning2023-10-141-11/+49
* add back leading len into slideshow DrawTextFragment heightPJ Fanning2023-10-141-1/+1
* Bug 66425: Avoid Exceptions found via oss-fuzzDominik Stadler2023-10-071-1/+4
* Bug 66425: Avoid Exceptions found via oss-fuzzDominik Stadler2023-10-073-3/+11
* Bug 66425: Avoid Exceptions found via oss-fuzzDominik Stadler2023-10-072-2/+5
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-10-071-1/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-10-031-1/+1
* 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-2022-91/+217
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-202-3/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-181-1/+17
* use files nio APIs in more placesPJ Fanning2023-09-1710-22/+27
* Bug 66425: Avoid NullPointerExceptions and ClassCastExceptions found via poi-...Dominik Stadler2023-09-171-1/+1