mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-04 13:53:36 +03:00
Merge pull request #63 from alexgann/patch-1
Fix to cellExists for non-existent namedRanges. Thanks for the catch
This commit is contained in:
commit
f4e949e3a1
1 changed files with 1 additions and 0 deletions
|
@ -1203,6 +1203,7 @@ class PHPExcel_Worksheet implements PHPExcel_IComparable
|
|||
}
|
||||
}
|
||||
}
|
||||
else { return false; }
|
||||
}
|
||||
|
||||
// Uppercase coordinate
|
||||
|
|
Loading…
Add table
Reference in a new issue