aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Collapse)AuthorAgeFilesLines
* [bug-65467] support IFNA() function. Thanks to Ross PattersonPJ Fanning2021-07-295-3/+201
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891876 13f79535-47bb-0310-9956-ffa450edef68
* add tests for concat functionPJ Fanning2021-07-291-1/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891874 13f79535-47bb-0310-9956-ffa450edef68
* add tests for concat functionPJ Fanning2021-07-291-0/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891865 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)PJ Fanning2021-07-281-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891864 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)PJ Fanning2021-07-281-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891863 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)PJ Fanning2021-07-282-16/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891862 13f79535-47bb-0310-9956-ffa450edef68
* add broken (disabled) test to show issue with ISO 8601 formatPJ Fanning2021-07-282-3/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891859 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65165] invalid date values not handled correctly in DateValue functionPJ Fanning2021-07-282-10/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891858 13f79535-47bb-0310-9956-ffa450edef68
* [bug-60924] add support for Excel IFS and SWITCH functions. Thanks to Pieter ↵PJ Fanning2021-07-286-3/+366
| | | | | | Degraeuwe git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891856 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64633] add excel function: TEXTJOIN - thanks to David GordonPJ Fanning2021-07-283-0/+261
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891855 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65230] TRIM function should trim extra spaces between wordsPJ Fanning2021-07-282-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891851 13f79535-47bb-0310-9956-ffa450edef68
* remove test that stops use of FormulaShifter for copying rows to another ↵PJ Fanning2021-07-241-2/+0
| | | | | | sheet (but keep same row number) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891779 13f79535-47bb-0310-9956-ffa450edef68
* handle case where row nums are the samePJ Fanning2021-07-241-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891777 13f79535-47bb-0310-9956-ffa450edef68
* fix spellingsPJ Fanning2021-07-242-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891771 13f79535-47bb-0310-9956-ffa450edef68
* fix spellingPJ Fanning2021-07-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891767 13f79535-47bb-0310-9956-ffa450edef68
* remove unchecked cast from setHyperlinkPJ Fanning2021-07-241-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891761 13f79535-47bb-0310-9956-ffa450edef68
* update stress.xlsPJ Fanning2021-07-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891729 13f79535-47bb-0310-9956-ffa450edef68
* use xmlbeans 5.0.0 in ant build due to build issuesPJ Fanning2021-07-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891475 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with building in windowsPJ Fanning2021-07-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891467 13f79535-47bb-0310-9956-ffa450edef68
* convert indents to spacesPJ Fanning2021-07-075-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891364 13f79535-47bb-0310-9956-ffa450edef68
* convert indents to spacesPJ Fanning2021-07-071-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891363 13f79535-47bb-0310-9956-ffa450edef68
* Do not fail on invalid access due to JPMS restrictionsDominik Stadler2021-07-071-7/+15
| | | | | | Also getImplementationVersion() returns null sometimes, so revert to system-properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891349 13f79535-47bb-0310-9956-ffa450edef68
* Apply some IDE suggestionsDominik Stadler2021-07-071-16/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891347 13f79535-47bb-0310-9956-ffa450edef68
* Print out information that current locale might be wrong if a specific test ↵Dominik Stadler2021-07-072-4/+14
| | | | | | fails git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891345 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some JavaDocDominik Stadler2021-07-074-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891344 13f79535-47bb-0310-9956-ffa450edef68
* revert commons-compress change due to build failurePJ Fanning2021-07-061-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891322 13f79535-47bb-0310-9956-ffa450edef68
* add explicit commons-io dependency to poi-ooxml. This closes #237PJ Fanning2021-07-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891320 13f79535-47bb-0310-9956-ffa450edef68
* deactivate TestSignatureInfo on Jdk 1.8.0 PatchLevel 292Andreas Beeker2021-07-051-0/+89
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891289 13f79535-47bb-0310-9956-ffa450edef68
* fix deprecation issuePJ Fanning2021-06-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890785 13f79535-47bb-0310-9956-ffa450edef68
* update javadocPJ Fanning2021-06-092-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890646 13f79535-47bb-0310-9956-ffa450edef68
* convert tabs to spacesPJ Fanning2021-05-22620-41222/+41222
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890120 13f79535-47bb-0310-9956-ffa450edef68
* activate javadoc lint and fix errorsAndreas Beeker2021-05-2179-898/+924
| | | | | | | | | | | | add signing and checksum generation add slf4j-bridge for tests add dependencies to ooxml-lite fix complex enum classes add override annotations move gradle logic to root build generate javadoc in its own dist directory, because JPMS complains about duplicate modules otherwise git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890089 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix compiling on some CI-runs to support all active types of JDKsDominik Stadler2021-05-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889885 13f79535-47bb-0310-9956-ffa450edef68
* use commons-io StringBuilderWriterPJ Fanning2021-05-142-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889874 13f79535-47bb-0310-9956-ffa450edef68
* import orderPJ Fanning2021-05-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889873 13f79535-47bb-0310-9956-ffa450edef68
* forbidden api issuePJ Fanning2021-05-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889872 13f79535-47bb-0310-9956-ffa450edef68
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-14106-3197/+3127
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889871 13f79535-47bb-0310-9956-ffa450edef68
* Start moving some bits to the main Gradle fileDominik Stadler2021-05-131-12/+0
| | | | | | | Use a common definition of some constants Gradle plugins are in the main file already anyway git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889839 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65227: Add some more tests, but the actual case is hard to reproduce ↵Dominik Stadler2021-05-131-0/+51
| | | | | | with HSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889838 13f79535-47bb-0310-9956-ffa450edef68
* Apply some IDE suggestionsDominik Stadler2021-05-132-13/+13
| | | | | | Simpler regexes, missing JavaDoc, final git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889836 13f79535-47bb-0310-9956-ffa450edef68
* #64844 - Incorrect sizes of images in SVGAndreas Beeker2021-05-086-5/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889686 13f79535-47bb-0310-9956-ffa450edef68
* #65214 - Document signed by POI reported as 'partially' signedAndreas Beeker2021-05-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889427 13f79535-47bb-0310-9956-ffa450edef68
* Do not return null for POITextExtractor.getMetadataTextExtractor() for old ↵Dominik Stadler2021-04-262-1/+53
| | | | | | | | | Excel files To adhere to the JavaDoc of the POITextExtractor interface which does not document a possible null return. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889205 13f79535-47bb-0310-9956-ffa450edef68
* [github-235] Fix date formatting for number cell values. Thanks to Anthony ↵PJ Fanning2021-04-251-3/+11
| | | | | | Schott. This close #235 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889179 13f79535-47bb-0310-9956-ffa450edef68
* #65228 - the method getCap() does not work correctly in ↵Andreas Beeker2021-04-221-1/+1
| | | | | | xslf.usermodel.XSLFTextRun git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889111 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2021-04-1919-122/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888977 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2021-04-1822-182/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888939 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2021-04-185-31/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888935 13f79535-47bb-0310-9956-ffa450edef68
* [github-234] Ensure the hours position is correct. Thanks to Anthony Schott. ↵PJ Fanning2021-04-154-6/+23
| | | | | | This closes #234 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888804 13f79535-47bb-0310-9956-ffa450edef68
* Junit 5: Run some tests which change static BYTE_ARRAY_MAX_OVERRIDE in isolationDominik Stadler2021-04-152-2/+4
| | | | | | Otherwise many other tests can become flaky if the value is set very low git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888792 13f79535-47bb-0310-9956-ffa450edef68