aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* sonar fixesAndreas Beeker2021-08-2820-791/+723
* more use of commons-ioPJ Fanning2021-08-2811-28/+28
* more use of commons-ioPJ Fanning2021-08-275-9/+12
* Redirecting System.out/err is bad in concurrent test environmentAndreas Beeker2021-08-222-3/+6
* try to fix path issues in Windows buildAndreas Beeker2021-08-201-1/+1
* try to fix concurrent issues in excelantAndreas Beeker2021-08-201-0/+2
* [github-242] add support for MAXIFS, MINIFS, AVERAGEIFS functions. Thanks to ...PJ Fanning2021-08-1610-45/+682
* increase intermediate significancePJ Fanning2021-08-141-2/+3
* increase intermediate significancePJ Fanning2021-08-141-2/+3
* tidy up evalPJ Fanning2021-08-142-11/+11
* remove XLookupPJ Fanning2021-08-124-230/+2
* convert link to internal jdk api to preformatted codeAndreas Beeker2021-08-091-11/+11
* init support for XLOOKUPPJ Fanning2021-08-082-31/+44
* init support for XLOOKUPPJ Fanning2021-08-082-9/+7
* init support for XLOOKUPPJ Fanning2021-08-084-18/+84
* tidy upPJ Fanning2021-08-071-1/+5
* init support for XLOOKUPPJ Fanning2021-08-0712-46/+177
* add testPJ Fanning2021-08-072-4/+7
* add testPJ Fanning2021-08-071-0/+1
* [bug-49202] add PERCENTRANK.EXC functionPJ Fanning2021-08-074-12/+43
* [bug-49202] add PERCENTRANK.EXC functionPJ Fanning2021-08-072-19/+13
* [bug-49202] add PERCENTRANK.EXC functionPJ Fanning2021-08-075-3/+262
* test issuePJ Fanning2021-08-071-2/+2
* [bug-49202] add PERCENTRANK.INC functionPJ Fanning2021-08-072-0/+4
* [bug-49202] add PERCENTRANK.INC functionPJ Fanning2021-08-074-33/+153
* tidy up javadocPJ Fanning2021-08-071-1/+1
* tidy up javadocPJ Fanning2021-08-071-1/+3
* [bug-49202] add PERCENTRANK functionPJ Fanning2021-08-072-0/+4
* [bug-49202] add PERCENTRANK functionPJ Fanning2021-08-073-1/+255
* add testPJ Fanning2021-08-071-1/+1
* add testPJ Fanning2021-08-071-0/+24
* fix TextJoin use case that was not handledPJ Fanning2021-08-072-2/+8
* fix TextJoin use case that was not handledPJ Fanning2021-08-072-6/+55
* fix TextJoin use case that was not handledPJ Fanning2021-08-071-0/+24
* fix TextJoin use case that was not handledPJ Fanning2021-08-071-3/+3
* fix TextJoin use case that was not handledPJ Fanning2021-08-073-7/+74
* add basic implementation of TIMEVALUE functionPJ Fanning2021-08-061-4/+5
* 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