mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 04:48:34 +00:00
e01a81ec5e
* Handle a wildcard match that contains a forward slash in the pattern by adding / to the delimiter list of preg_quote * Fix SUMIF doing a wildcard match on empty cells (NULL) * Fix compare logic to return false when value is an empty string or NULL (Verified against LibreOffice SUMIF and MATCH handling of empty cells)