Exemplo n.º 1
0
 /**
  * Code to execute when this worksheet is unset()
  *
  */
 public function __destruct()
 {
     PHPExcel_Calculation::unsetInstance($this);
     $this->disconnectWorksheets();
 }