aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Adjust for removed locale provider in JDK 23 and newerDominik Stadler13 days1-1/+5
* [github-735] POIFS: optimise occupied size calc. Thanks to Emmanuel Bourg. Th...PJ Fanning2024-11-302-10/+6
* add back 731 changes but increase gradle heapPJ Fanning2024-11-271-8/+21
* revert 731 because of suspicious mem issues in ci-buildsPJ Fanning2024-11-261-21/+8
* add mirr testPJ Fanning2024-11-251-3/+3
* [github-733] Fix rate order in Mirr function. Thanks to Aleksandrs Jansons. T...PJ Fanning2024-11-251-16/+9
* [github-731] Fix the mini-stream size in the root property. This closes #731PJ Fanning2024-11-251-8/+21
* forbidden-apisPJ Fanning2024-11-241-0/+3
* PoiLogManagerPJ Fanning2024-11-241-0/+21
* PoiLogManagerPJ Fanning2024-11-2480-157/+2134
* Apply some IDE suggestions, JavaDoc and GitHub PRDominik Stadler2024-11-203-151/+101
* [bug-66590] Number of blocks used by the property table missing from the file...PJ Fanning2024-11-191-1/+1
* [bug-66590] Number of blocks used by the property table missing from the file...PJ Fanning2024-11-181-1/+0
* [bug-66590] Number of blocks used by the property table missing from the file...PJ Fanning2024-11-183-8/+39
* call next release poi 5.4.0PJ Fanning2024-10-297-35/+35
* [bug-69418] Issue when evaluating WORKDAY function that has a cell ref as 2nd...PJ Fanning2024-10-292-0/+17
* immutable mapsPJ Fanning2024-10-268-45/+61
* try to make VariantSupport thread safePJ Fanning2024-10-151-11/+11
* make static maps finalPJ Fanning2024-10-152-6/+11
* [github-709] Make BitFieldFactory threadsafe. Thanks to ZhangChen. This close...PJ Fanning2024-10-151-2/+2
* [github-704] Add UserNameAwareTempFileCreationStrategy. Thanks to TigerZCoder...PJ Fanning2024-10-062-32/+92
* [bug-69351] fix issues with removing items from IntListPJ Fanning2024-09-291-2/+10
* [github-692] D* functions are incompatible with the diamond operator. Thanks ...PJ Fanning2024-09-201-17/+59
* [bug-69323] DefaultTempFileCreationStrategy should worry about OS deleting th...PJ Fanning2024-09-131-5/+9
* [bug-69209] default ignoreMissingFontSystem to truePJ Fanning2024-09-121-3/+11
* update javadocPJ Fanning2024-08-271-0/+6
* [github-682] Add CellPropertyType and CellPropertyCategory enums. Thanks to D...PJ Fanning2024-08-277-516/+914
* Apply some IDE suggestions, improve JavaDoc and simplify reporting log messagesDominik Stadler2024-07-181-2/+2
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-181-11/+19
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-163-0/+40
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-153-4/+31
* Add initial support for SOURCE_DATE_EPOCHDominik Stadler2024-07-151-0/+78
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-141-0/+3
* HSSFWorkbook.getSheet(): Return first found sheetDominik Stadler2024-07-071-6/+7
* [bug-69154] add speculative row shifter fixPJ Fanning2024-07-021-5/+5
* [bug-69154] XSSF: Shifting columns with merged regions generates an error abo...PJ Fanning2024-07-021-5/+5
* 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