Files
PhpSpreadsheet/tests/data/Calculation
oleibman f8d994b6e7 POWER Needs to Accept NULL Args
Investigating issue #1622, I found that its extremely complicated formula, which had been leading to an incorrect result, now led to an exception. I am able to fix the exception; unfortunately, I am no closer to resolving the original issue. So I'll apply the baby step while continuing to investigate. Function POWER had changed from untyped args to a defined set of types. The set of types was determined according to the doc block, but that was incomplete - it had neglected to include `null` and `bool`. This PR corrects the function prototype and the doc block, and adds the missing tests for those conditions.
2024-05-16 00:25:47 -07:00
..
2024-05-16 00:25:47 -07:00
2023-09-13 10:26:51 +08:00
2023-12-15 02:21:41 -08:00