PhpSpreadsheet/tests
Adrien Crivelli 09eb05f367
OFFSET should allow omitted height and width
Commit 8dddf56 inadvertently removed the ability to omit the width
and height arguments to the OFFSET function. And #REF! is returned
because the function is validating that the new $pCell argument
is present. It is present, but it has been passed in the $height position.

We fixed this by always passing $pCell at the last position and filling
missing arguments with NULL values.

Fixes #561
Fixes #565
2018-10-21 17:45:02 +11:00
..
PhpSpreadsheetTests OFFSET should allow omitted height and width 2018-10-21 17:45:02 +11:00
data Added the DAYS() function 2018-10-21 15:26:46 +11:00
bootstrap.php Simplify bootstrap for tests 2017-01-23 15:05:41 +09:00