コード例 #1
0
ファイル: phpexcel.php プロジェクト: smallyin/ci-phpexcel
 /**
  * Code to execute when this worksheet is unset()
  *
  */
 public function __destruct()
 {
     PHPExcel_Calculation::unsetInstance($this);
     $this->disconnectWorksheets();
 }