aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Collapse)AuthorAgeFilesLines
* allow users supply a SheetUtil failover functionPJ Fanning2025-01-301-1/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923467 13f79535-47bb-0310-9956-ffa450edef68
* allow users supply a SheetUtil failover functionPJ Fanning2025-01-301-3/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923466 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69555] need to work around inability to create a TextLayout in another ↵PJ Fanning2025-01-291-14/+22
| | | | | | place (caused by missing fonts most likely) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923445 13f79535-47bb-0310-9956-ffa450edef68
* Some changes to the Gradle buildDominik Stadler2025-01-201-8/+8
| | | | | | | Apply IDE suggestions for Gradle build files Remove obsolete sorting of gradle-wrapper.properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923284 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importAxel Howind2025-01-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923082 13f79535-47bb-0310-9956-ffa450edef68
* Support long month names, dot after day, single digit day of monthAxel Howind2025-01-112-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923081 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that test which changes static value does not run at the same time as ↵Dominik Stadler2025-01-111-0/+3
| | | | | | | | other tests Otherwise we get strange test-failures in other places. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923066 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2025-01-111-0/+4
| | | | | | | | Prevent a NullPointerException Fixes https://issues.oss-fuzz.com/issues/379574870 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923059 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65190: Handle decimal format '0#' the same way as ExcelDominik Stadler2025-01-112-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923056 13f79535-47bb-0310-9956-ffa450edef68
* Apply IDE suggestions, code-formating, tests, ...Dominik Stadler2025-01-116-13/+192
| | | | | | | Add test for DefaultTempFileCreationStrategy Adjust comments, add test, improve error message git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923054 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58571: Add test which shows a workaroundDominik Stadler2025-01-111-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923053 13f79535-47bb-0310-9956-ffa450edef68
* Bug 69265: Add test which verifies that Hyperlink Type "Email" is not ↵Dominik Stadler2025-01-112-6/+126
| | | | | | | | | supported for HSSF Also update JavaDoc slightly to describe the special handling of HyperlinkType.EMAIL git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923050 13f79535-47bb-0310-9956-ffa450edef68
* try to fix temp file docsPJ Fanning2024-12-301-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922789 13f79535-47bb-0310-9956-ffa450edef68
* do not set deleteOnExit if sys prop set to falsePJ Fanning2024-12-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922788 13f79535-47bb-0310-9956-ffa450edef68
* try to fix temp file docsPJ Fanning2024-12-301-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922787 13f79535-47bb-0310-9956-ffa450edef68
* Apply some spelling fixes from GitHub PR #480Dominik Stadler2024-12-254-4/+4
| | | | | | | Some suggested changes are too invasive so we can only pick some changes semi-automatically git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922678 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for removed locale provider in JDK 23 and newerDominik Stadler2024-12-142-5/+25
| | | | | | | | | | | | | | | | JDK 23 removes the COMPAT/JRE locale provider which causes some changes to string formatting Some currency formatting relied on COMPAT to format US-Dollar, we should override this to keep the formatting the same way as Excel and LibreOffice. Also some tests for Chinese tried to work around when COMPAT was used, this needs to take JDK 23 into account when checking git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922500 13f79535-47bb-0310-9956-ffa450edef68
* Print out current locale.provider for some test-failuresDominik Stadler2024-12-141-1/+4
| | | | | | | JDK 24 will break things here and thus we should get more information about which provider is used when running some tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922487 13f79535-47bb-0310-9956-ffa450edef68
* [github-735] POIFS: optimise occupied size calc. Thanks to Emmanuel Bourg. ↵PJ Fanning2024-11-302-10/+6
| | | | | | This closes #735 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922232 13f79535-47bb-0310-9956-ffa450edef68
* add back 731 changes but increase gradle heapPJ Fanning2024-11-272-8/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922162 13f79535-47bb-0310-9956-ffa450edef68
* revert 731 because of suspicious mem issues in ci-buildsPJ Fanning2024-11-262-86/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922112 13f79535-47bb-0310-9956-ffa450edef68
* add mirr testPJ Fanning2024-11-252-3/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922096 13f79535-47bb-0310-9956-ffa450edef68
* [github-733] Fix rate order in Mirr function. Thanks to Aleksandrs Jansons. ↵PJ Fanning2024-11-252-35/+29
| | | | | | This closes #733 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922095 13f79535-47bb-0310-9956-ffa450edef68
* [github-731] Fix the mini-stream size in the root property. This closes #731PJ Fanning2024-11-252-8/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922094 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922063 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922060 13f79535-47bb-0310-9956-ffa450edef68
* forbidden-apisPJ Fanning2024-11-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922057 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922056 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-2484-165/+2142
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922055 13f79535-47bb-0310-9956-ffa450edef68
* More tests for reproducible outputsDominik Stadler2024-11-202-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921981 13f79535-47bb-0310-9956-ffa450edef68
* Apply some IDE suggestions, JavaDoc and GitHub PRDominik Stadler2024-11-205-156/+133
| | | | | | | | | | | Update assertion-message Adjust JavaDoc Add tests Reformat class DirectoryNode, adjust/move some comments Closes #730 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921980 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66590] Number of blocks used by the property table missing from the ↵PJ Fanning2024-11-192-4/+36
| | | | | | file header. Thanks to Emmanuel Bourg. This closes #728 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921956 13f79535-47bb-0310-9956-ffa450edef68
* [gitub-727] Remove DSTAMP token substitution. Thanks to Emmanuel Bourg. This ↵PJ Fanning2024-11-191-1/+0
| | | | | | closes #727 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921954 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66590] Number of blocks used by the property table missing from the ↵PJ Fanning2024-11-181-1/+0
| | | | | | file header. Thanks to Emmanuel Bourg. This closes #462 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921937 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66590] Number of blocks used by the property table missing from the ↵PJ Fanning2024-11-185-9/+44
| | | | | | file header. Thanks to Emmanuel Bourg. This closes #462 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921936 13f79535-47bb-0310-9956-ffa450edef68
* call next release poi 5.4.0PJ Fanning2024-10-297-35/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921653 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69418] Issue when evaluating WORKDAY function that has a cell ref as ↵PJ Fanning2024-10-293-1/+18
| | | | | | 2nd param git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921651 13f79535-47bb-0310-9956-ffa450edef68
* add workday testPJ Fanning2024-10-292-0/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921649 13f79535-47bb-0310-9956-ffa450edef68
* immutable mapsPJ Fanning2024-10-268-45/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921575 13f79535-47bb-0310-9956-ffa450edef68
* try to make VariantSupport thread safePJ Fanning2024-10-151-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921341 13f79535-47bb-0310-9956-ffa450edef68
* make static maps finalPJ Fanning2024-10-152-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921340 13f79535-47bb-0310-9956-ffa450edef68
* [github-709] Make BitFieldFactory threadsafe. Thanks to ZhangChen. This ↵PJ Fanning2024-10-151-2/+2
| | | | | | closes #709 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921332 13f79535-47bb-0310-9956-ffa450edef68
* [github-704] Add UserNameAwareTempFileCreationStrategy. Thanks to ↵PJ Fanning2024-10-063-32/+135
| | | | | | TigerZCoder. This closes #704 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921154 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69351] fix issues with removing items from IntListPJ Fanning2024-09-292-2/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921017 13f79535-47bb-0310-9956-ffa450edef68
* [github-692] D* functions are incompatible with the diamond operator. Thanks ↵PJ Fanning2024-09-207-17/+92
| | | | | | to Luk Spiewak. This closes #692 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920817 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69323] DefaultTempFileCreationStrategy should worry about OS deleting ↵PJ Fanning2024-09-131-5/+9
| | | | | | the temp dir. Thanks to Palle Girgensohn. This closes #691 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920610 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69209] default ignoreMissingFontSystem to truePJ Fanning2024-09-121-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920601 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69209] default ignoreMissingFontSystem to truePJ Fanning2024-09-121-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920600 13f79535-47bb-0310-9956-ffa450edef68
* ant 1.10.15PJ Fanning2024-08-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920302 13f79535-47bb-0310-9956-ffa450edef68
* update javadocPJ Fanning2024-08-271-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920232 13f79535-47bb-0310-9956-ffa450edef68