Last active
January 4, 2022 05:11
-
-
Save radityopw/4696048 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); |
Great! This worked for php spreadsheet as well...
OMG thanks for this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, it worked for me so well.