PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef
Mark Baker ed62526aca
First step extracting INDIRECT() and OFFSET() to their own classes (#1921)
* First step extracting INDIRECT() and OFFSET() to their own classes
* Start building unit tests for OFFSET() and INDEX()
* Named ranges should be handled by the Calculation Engine, not by the implementation of the Excel INDIRECT() function
* When calling the calculation engine to get the range of cells to return, INDIRECT() and OFFSET() should use the instance of the calculation engine for the current workbook to benefit from cached results in that range

There's a couple of minor bugfixes in here; but it's basically just refactoring of the INDIRECT() and OFFSET() Excel functions into their own classes - still needs a lot of work on unit testing; and there's a lot more that could be improved in the code itself (including handling of the a1 flag for R1C1 format in INDIRECT()
2021-03-14 19:58:10 +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 Lookup ref further tests and examples (#1918) 2021-03-11 22:34:47 +01:00
IndirectTest.php First step extracting INDIRECT() and OFFSET() to their own classes (#1921) 2021-03-14 19:58:10 +01: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
OffsetTest.php First step extracting INDIRECT() and OFFSET() to their own classes (#1921) 2021-03-14 19:58:10 +01: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