Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Fix to cellExists for non-existent namedRanges #63

Merged
merged 1 commit into from
Oct 30, 2012

Conversation

alexgann
Copy link
Contributor

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).

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).
MarkBaker pushed a commit that referenced this pull request Oct 30, 2012
Fix to cellExists for non-existent namedRanges. Thanks for the catch
@MarkBaker MarkBaker merged commit f4e949e into PHPOffice:develop Oct 30, 2012
@MarkBaker
Copy link
Member

Good catch

@Progi1984 Progi1984 added this to the 1.8.0 milestone Aug 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants