Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save myself379/0b2d3e9bae6ca4d20f2fee1b8e08e126 to your computer and use it in GitHub Desktop.
Save myself379/0b2d3e9bae6ca4d20f2fee1b8e08e126 to your computer and use it in GitHub Desktop.
free up memory on phpExcel
$objPHPExcel->disconnectWorksheets();
unset($objPHPExcel);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment