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

Commit

Permalink
Merge pull request #63 from alexgann/patch-1
Browse files Browse the repository at this point in the history
Fix to cellExists for non-existent namedRanges. Thanks for the catch
  • Loading branch information
Mark Baker committed Oct 30, 2012
2 parents 4a76eeb + 4748b88 commit f4e949e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/PHPExcel/Worksheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@ public function cellExists($pCoordinate = 'A1')
}
}
}
else { return false; }
}

// Uppercase coordinate
Expand Down

0 comments on commit f4e949e

Please sign in to comment.