aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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