mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-22 22:53:47 +00:00
0d6673dd8a
Fix #3866. Excel normally treats a missing argument (e.g. `PRODUCT(2,3,)`) as null and ignores it. Not so for MIN/MAX/MINA/MAXA; for those, an empty argument is treated as zero. PhpSpreadsheet is changed to do the same.