Forked from radityopw/free_up_memory_php_excel.php
Created
December 19, 2018 08:15
-
-
Save myself379/0b2d3e9bae6ca4d20f2fee1b8e08e126 to your computer and use it in GitHub Desktop.
free up memory on phpExcel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$objPHPExcel->disconnectWorksheets(); | |
unset($objPHPExcel); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment