diff --git a/Classes/PHPExcel.php b/Classes/PHPExcel.php index 27aa77ae..d27de51a 100644 --- a/Classes/PHPExcel.php +++ b/Classes/PHPExcel.php @@ -1011,7 +1011,7 @@ class PHPExcel */ public function getCellStyleXfByHashCode($pValue = '') { - foreach ($this->_cellXfStyleCollection as $cellStyleXf) { + foreach ($this->_cellStyleXfCollection as $cellStyleXf) { if ($cellStyleXf->getHashCode() == $pValue) { return $cellStyleXf; }