Skip to content

Instantly share code, notes, and snippets.

@radityopw
Last active January 4, 2022 05:11
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save radityopw/4696048 to your computer and use it in GitHub Desktop.
Save radityopw/4696048 to your computer and use it in GitHub Desktop.
free up memory on phpExcel
$objPHPExcel->disconnectWorksheets();
unset($objPHPExcel);
@stefanhuber
Copy link

Great! This worked for php spreadsheet as well...

@jnilla
Copy link

jnilla commented Jan 4, 2022

OMG thanks for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment