Reduce memory usage after an xls load
This commit is contained in:
parent
4ab61ad35a
commit
5ab877958f
|
@ -1089,6 +1089,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$this->_data = null;
|
||||||
|
|
||||||
return $this->_phpExcel;
|
return $this->_phpExcel;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue