mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 08:09:15 +00:00
Excel Inconsistent Handling of Empty Argument MIN/MAX/MINA/MAXA
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.
This commit is contained in:
@@ -415,6 +415,7 @@ At present, the following locale settings are supported:
|
||||
|
||||
Language | | Locale Code
|
||||
---------------------|----------------------|-------------
|
||||
Bulgarian | български | bg
|
||||
Czech | Ceština | cs
|
||||
Danish | Dansk | da
|
||||
German | Deutsch | de
|
||||
|
||||
Reference in New Issue
Block a user