aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* HSSFWorkbook.getSheet(): Return first found sheetDominik Stadler2024-07-071-6/+7
* [bug-69154] add speculative row shifter fixPJ Fanning2024-07-022-6/+6
* [bug-69154] XSSF: Shifting columns with merged regions generates an error abo...PJ Fanning2024-07-021-5/+5
* add dataformatter testPJ Fanning2024-07-021-1/+1
* another dataformatter testPJ Fanning2024-07-022-0/+23
* disable new dataformatter test that is failingPJ Fanning2024-07-021-0/+1
* add dataformatter testsPJ Fanning2024-07-011-1/+14
* use standard ASF headerPJ Fanning2024-07-015-20/+0
* Add one more case where timestamp could end upDominik Stadler2024-06-231-0/+1
* [bug-69147] fix issues with text function when input is a datetime in string ...PJ Fanning2024-06-212-1/+16
* add test related to bug-69147PJ Fanning2024-06-211-0/+8
* issue with Java 22 returning string values insteadof booleansPJ Fanning2024-06-171-9/+10
* issue with Java 22 returning string values insteadof booleansPJ Fanning2024-06-171-5/+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-025-167/+166
* Add simple test for font-widthDominik Stadler2024-06-021-2/+50
* [bug-69021] add guard around castPJ Fanning2024-05-172-5/+29
* add back check for if dir already existsPJ Fanning2024-05-081-5/+13
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-224-8/+35
* Add one more "flaky" byte when comparing two documentsDominik Stadler2024-04-201-0/+1
* Comment out flaky assertion and add more information to find which file fails...Dominik Stadler2024-04-171-14/+15
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-174-1/+37
* [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-142-2/+185
* 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