aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [bug-69628] in ZipArchiveFakeEntry, use min of IOUtils and ZipArchiveFakeEntr...PJ Fanning10 days1-0/+8
* [bug-69628] make IOUtils more tolerant of len < 0PJ Fanning11 days1-5/+2
* [bug-69628] make ZipArchiveFakeEntry.setMaxEntrySize publicly accessiblePJ Fanning11 days1-0/+21
* partially revert cell toString changesPJ Fanning13 days1-1/+0
* partially revert cell toString changesPJ Fanning13 days1-3/+8
* fix spelling of separatePJ Fanning2025-03-111-2/+2
* fix some of the broken testsPJ Fanning2025-02-131-14/+7
* refactor cell toString to use DataFormatterPJ Fanning2025-02-131-11/+5
* [bug-69583] DateUtil needs to handle time only dates (issue with 1900 format ...PJ Fanning2025-02-131-2/+6
* formatPJ Fanning2025-02-131-1/+1
* [bug-69583] when copying cells with dates - prefer using the numeric data dir...PJ Fanning2025-02-131-0/+1
* add some docPJ Fanning2025-02-121-18/+20
* [bug-69583] when copying cells with dates - prefer using the numeric data dir...PJ Fanning2025-02-121-1/+1
* remove linePJ Fanning2025-02-121-1/+0
* allow users supply a SheetUtil failover functionPJ Fanning2025-01-301-1/+19
* allow users supply a SheetUtil failover functionPJ Fanning2025-01-301-3/+19
* [bug-69555] need to work around inability to create a TextLayout in another p...PJ Fanning2025-01-291-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