With this:
$objPHPExcel->disconnectWorksheets();
unset($objPHPExcel);
Please take note that only unsetting the object is not enough
With this:
$objPHPExcel->disconnectWorksheets();
unset($objPHPExcel);
Please take note that only unsetting the object is not enough