aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
...
* add basic implementation of TIMEVALUE functionPJ Fanning2021-08-064-2/+183
* extend testsPJ Fanning2021-08-061-0/+21
* extend testsPJ Fanning2021-08-061-1/+6
* SUMIFS should sum and treat booleans and strings as zeroPJ Fanning2021-07-301-0/+17
* SUMIFS should treat #N/A correctlyPJ Fanning2021-07-303-31/+75
* add licensePJ Fanning2021-07-301-0/+17
* SUMIFS should sum and treat booleans and strings as zeroPJ Fanning2021-07-303-3/+59
* SUMIFS should not sum if a value is #N/APJ Fanning2021-07-302-7/+15
* test sum with N/APJ Fanning2021-07-304-24/+112
* [bug-65475] SUMIF should return #N/A if any of the amounts to sum is #N/A. Th...PJ Fanning2021-07-302-27/+26
* fix issue with testPJ Fanning2021-07-301-5/+4
* add disabled SUMIF testPJ Fanning2021-07-301-1/+1
* add disabled SUMIF testPJ Fanning2021-07-301-4/+29
* add SUMIF tests disabling one that shows we have a bugPJ Fanning2021-07-301-17/+94
* add datetime testPJ Fanning2021-07-291-0/+1
* add date testPJ Fanning2021-07-291-0/+20
* [bug-65467] support IFNA() function. Thanks to Ross PattersonPJ Fanning2021-07-295-3/+201
* add tests for concat functionPJ Fanning2021-07-291-1/+25
* add tests for concat functionPJ Fanning2021-07-291-0/+88
* [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)PJ Fanning2021-07-281-3/+10
* [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)PJ Fanning2021-07-281-1/+0
* [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)PJ Fanning2021-07-282-16/+18
* add broken (disabled) test to show issue with ISO 8601 formatPJ Fanning2021-07-282-3/+23
* [bug-65165] invalid date values not handled correctly in DateValue functionPJ Fanning2021-07-282-10/+21
* [bug-60924] add support for Excel IFS and SWITCH functions. Thanks to Pieter ...PJ Fanning2021-07-286-3/+366
* [bug-64633] add excel function: TEXTJOIN - thanks to David GordonPJ Fanning2021-07-283-0/+261
* [bug-65230] TRIM function should trim extra spaces between wordsPJ Fanning2021-07-282-3/+10
* remove test that stops use of FormulaShifter for copying rows to another shee...PJ Fanning2021-07-241-2/+0
* handle case where row nums are the samePJ Fanning2021-07-241-3/+0
* fix spellingsPJ Fanning2021-07-242-2/+2
* fix spellingPJ Fanning2021-07-241-1/+1
* remove unchecked cast from setHyperlinkPJ Fanning2021-07-241-1/+6
* update stress.xlsPJ Fanning2021-07-221-0/+0
* use xmlbeans 5.0.0 in ant build due to build issuesPJ Fanning2021-07-121-0/+0
* try to fix issue with building in windowsPJ Fanning2021-07-121-0/+0
* convert indents to spacesPJ Fanning2021-07-075-18/+18
* convert indents to spacesPJ Fanning2021-07-071-11/+11
* Do not fail on invalid access due to JPMS restrictionsDominik Stadler2021-07-071-7/+15
* Apply some IDE suggestionsDominik Stadler2021-07-071-16/+15
* Print out information that current locale might be wrong if a specific test f...Dominik Stadler2021-07-072-4/+14
* Adjust some JavaDocDominik Stadler2021-07-074-3/+11
* revert commons-compress change due to build failurePJ Fanning2021-07-061-1/+0
* add explicit commons-io dependency to poi-ooxml. This closes #237PJ Fanning2021-07-061-0/+2
* deactivate TestSignatureInfo on Jdk 1.8.0 PatchLevel 292Andreas Beeker2021-07-051-0/+89
* fix deprecation issuePJ Fanning2021-06-141-1/+1
* update javadocPJ Fanning2021-06-092-5/+5
* convert tabs to spacesPJ Fanning2021-05-22620-41222/+41222
* activate javadoc lint and fix errorsAndreas Beeker2021-05-2179-898/+924
* Try to fix compiling on some CI-runs to support all active types of JDKsDominik Stadler2021-05-141-2/+2
* use commons-io StringBuilderWriterPJ Fanning2021-05-142-0/+0