mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-25 01:31:26 +00:00
4748b88d9c
Found an issue where cellExists was failing on a non-existent namedRange as it was flowing down to the coordinateFromString (1217) call. Proposed change trusts the REGEXP check and if $namedRange == NULL after all then simply return false (ie the cell does not exist).