aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* put back the goto - it is terrible but poi-integration tests hang without itPJ Fanning2021-09-241-2/+6
* try to remove goto (again)PJ Fanning2021-09-241-3/+1
* [bug-65595] Strip colour formatting in headers and footersPJ Fanning2021-09-241-1/+3
* put back the goto - it is terrible but I don't have time work out why it is n...PJ Fanning2021-09-241-45/+47
* try to remove gotoPJ Fanning2021-09-241-7/+5
* forbidden apiPJ Fanning2021-09-231-1/+1
* tabs to spacesPJ Fanning2021-09-231-1/+1
* make hyperlink duplicatablePJ Fanning2021-09-191-1/+11
* javadoc issuePJ Fanning2021-09-191-2/+2
* typos in javdocsPJ Fanning2021-09-192-2/+1
* rework BitmapImageRendererAndreas Beeker2021-09-191-106/+100
* fix spellings in javadocPJ Fanning2021-09-191-111/+121
* [bug-65576] replace StringCodepointsIterablePJ Fanning2021-09-163-65/+34
* minor text issuesPJ Fanning2021-09-081-1/+1
* don't allow SAX parser to accept DTDsPJ Fanning2021-09-071-0/+1
* more specific exception instead of NPEPJ Fanning2021-09-051-2/+5
* POI 5.1.0PJ Fanning2021-09-046-6/+6
* sonar fixesAndreas Beeker2021-08-2814-205/+222
* 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-221-3/+3
* [github-242] add support for MAXIFS, MINIFS, AVERAGEIFS functions. Thanks to ...PJ Fanning2021-08-167-45/+316
* increase intermediate significancePJ Fanning2021-08-141-2/+3
* increase intermediate significancePJ Fanning2021-08-141-2/+3
* tidy up evalPJ Fanning2021-08-141-5/+2
* remove XLookupPJ Fanning2021-08-123-128/+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-081-5/+6
* init support for XLOOKUPPJ Fanning2021-08-082-10/+34
* tidy upPJ Fanning2021-08-071-1/+5
* init support for XLOOKUPPJ Fanning2021-08-072-0/+86
* add testPJ Fanning2021-08-071-4/+4
* [bug-49202] add PERCENTRANK.EXC functionPJ Fanning2021-08-072-11/+13
* [bug-49202] add PERCENTRANK.EXC functionPJ Fanning2021-08-072-19/+13
* [bug-49202] add PERCENTRANK.EXC functionPJ Fanning2021-08-074-3/+171
* [bug-49202] add PERCENTRANK.INC functionPJ Fanning2021-08-072-19/+57
* tidy up javadocPJ Fanning2021-08-071-1/+1
* tidy up javadocPJ Fanning2021-08-071-1/+3
* [bug-49202] add PERCENTRANK functionPJ Fanning2021-08-071-0/+3
* [bug-49202] add PERCENTRANK functionPJ Fanning2021-08-072-1/+161
* fix TextJoin use case that was not handledPJ Fanning2021-08-071-2/+6
* fix TextJoin use case that was not handledPJ Fanning2021-08-071-6/+31
* fix TextJoin use case that was not handledPJ Fanning2021-08-071-3/+3
* fix TextJoin use case that was not handledPJ Fanning2021-08-072-7/+36
* add basic implementation of TIMEVALUE functionPJ Fanning2021-08-061-4/+5
* add basic implementation of TIMEVALUE functionPJ Fanning2021-08-063-2/+87
* SUMIFS should not sum if a value is #N/APJ Fanning2021-07-302-7/+15
* [bug-65475] SUMIF should return #N/A if any of the amounts to sum is #N/A. Th...PJ Fanning2021-07-301-25/+26
* [bug-65467] support IFNA() function. Thanks to Ross PattersonPJ Fanning2021-07-292-2/+68