aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* allow users supply a SheetUtil failover functionPJ Fanning2 days1-1/+19
* allow users supply a SheetUtil failover functionPJ Fanning2 days1-3/+19
* [bug-69555] need to work around inability to create a TextLayout in another p...PJ Fanning3 days1-14/+22
* Support long month names, dot after day, single digit day of monthAxel Howind2025-01-111-2/+2
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-111-0/+4
* Bug 65190: Handle decimal format '0#' the same way as ExcelDominik Stadler2025-01-111-0/+10
* Apply IDE suggestions, code-formating, tests, ...Dominik Stadler2025-01-114-7/+17
* Bug 69265: Add test which verifies that Hyperlink Type "Email" is not support...Dominik Stadler2025-01-111-6/+9
* try to fix temp file docsPJ Fanning2024-12-301-4/+4
* do not set deleteOnExit if sys prop set to falsePJ Fanning2024-12-301-2/+2
* try to fix temp file docsPJ Fanning2024-12-301-4/+6
* Apply some spelling fixes from GitHub PR #480Dominik Stadler2024-12-253-3/+3
* Adjust for removed locale provider in JDK 23 and newerDominik Stadler2024-12-141-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