PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions
Mark Baker c9f948bd91
Initial work on implementing Array-enabled for the HLOOKUP() and VLOOKUP() functions (#2611)
* Initial work on implementing Array-enabled for the HLOOKUP() and VLOOKUP() functions

* In the MATCH() function, we should also use `evaluateArrayArgumentsIgnore()` because the lookupvalue and matchType arguments can be array arguments, but lookupArray is always a dataset matrix
2022-02-21 19:56:21 +01:00
..
Database Extract information functions (#2605) 2022-02-19 13:53:17 +01:00
DateTime Last of the work on array-enabling Date/Time functions; all completed in this category 2022-02-10 20:53:58 +01:00
Engineering The last big block of Engineering functions; those involving complex numbers (#2597) 2022-02-17 15:17:33 +01:00
Financial Style and phpstan cleanups 2022-02-11 13:55:52 +01:00
Information Implementation of the ISREF() information function (#2613) 2022-02-21 18:47:23 +01:00
Logical Convert all relevant Logical functions to support array arguments (#2600) 2022-02-18 02:56:23 +01:00
LookupRef Initial work on implementing Array-enabled for the HLOOKUP() and VLOOKUP() functions (#2611) 2022-02-21 19:56:21 +01:00
MathTrig Initial work on implementing Array-enabled for the HLOOKUP() and VLOOKUP() functions (#2611) 2022-02-21 19:56:21 +01:00
Statistical First steps toward array-enabling the information functions (#2608) 2022-02-20 16:46:25 +01:00
TextData All Text functions made array-ready 2022-02-12 12:22:31 +01:00
Web Initial implementation of the URLENCODE() web function (#2031) 2021-04-28 17:10:36 +02:00
DeprecatedExcelErrorTest.php Extract information functions (#2605) 2022-02-19 13:53:17 +01:00