mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-04 22:50:27 +00:00
Fix to getCellStyleXfByHashCode() method
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user