mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-03-12 10:36:08 +03:00
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).