PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef
Mark Baker 70f372d88c
Start refactoring the Lookup and Reference functions (#1912)
* Start refactoring the Lookup and Reference functions
 - COLUMN(), COLUMNS(), ROW() and ROWS()
 - LOOKUP(), VLOOKUP() and HLOOKUP()
 - Refactor TRANSPOSE() and ADDRESS() functions into their own classes

* Additional unit tests
 - LOOKUP()
 - TRANSPOSE()
 - ADDRESS()
2021-03-10 21:18:33 +01:00
..
AddressTest.php Start refactoring the Lookup and Reference functions (#1912) 2021-03-10 21:18:33 +01:00
ChooseTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ColumnTest.php Start refactoring the Lookup and Reference functions (#1912) 2021-03-10 21:18:33 +01:00
ColumnsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
HLookupTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
IndexTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
LookupTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
MatchTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
RowTest.php Start refactoring the Lookup and Reference functions (#1912) 2021-03-10 21:18:33 +01:00
RowsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
TransposeTest.php Start refactoring the Lookup and Reference functions (#1912) 2021-03-10 21:18:33 +01:00
VLookupTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00