aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add testPJ Fanning2021-08-101-39/+79
* add support for reading hyperlinks that have cell refs that are area referenc...PJ Fanning2021-08-101-2/+8
* use "gradle clean jenkins" instead of only "gradle jenkins" otherwise the bui...Andreas Beeker2021-08-101-1/+1
* convert link to internal jdk api to preformatted codeAndreas Beeker2021-08-091-11/+11
* [bug-65492] XSSFExportToXml does not handle formula type cells with boolean v...PJ Fanning2021-08-091-1/+5
* disable "ant init" in gradle buildAndreas Beeker2021-08-091-4/+4
* fix broken test casePJ Fanning2021-08-091-2/+8
* use gradle as default build toolAndreas Beeker2021-08-091-7/+8
* move dist files from gradles default dist directory to pois dist dirAndreas Beeker2021-08-091-1/+15
* add support for reading hyperlinks that have cell refs that are area referenc...PJ Fanning2021-08-094-33/+106
* 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
* use xmlbeans 5.0.0 in ant buildPJ Fanning2021-08-061-1/+2
* use xmlbeans 5.0.0 in ant buildPJ Fanning2021-08-062-5/+2
* try to use xmlbeans 5.0.1 in ant buildPJ Fanning2021-08-061-1/+3
* try to use xmlbeans 5.0.1 in ant buildPJ Fanning2021-08-061-2/+2
* 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
* [bug-65464] fix issue where shared formulas can be corrupted. Thanks to Nico ...PJ Fanning2021-08-021-1/+5
* update docs about deferred SXSSF and limitations on what can be done in row g...PJ Fanning2021-07-313-1/+21
* 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