Skip to content

Instantly share code, notes, and snippets.

@radityopw
Last active January 4, 2022 05:11
Show Gist options
  • Select an option

  • Save radityopw/4696048 to your computer and use it in GitHub Desktop.

Select an option

Save radityopw/4696048 to your computer and use it in GitHub Desktop.
free up memory on phpExcel
$objPHPExcel->disconnectWorksheets();
unset($objPHPExcel);
@jnilla

jnilla commented Jan 4, 2022

Copy link
Copy Markdown

OMG thanks for this

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