mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 00:00:43 +00:00
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into calcEngine
Conflicts: Classes/PHPExcel.php Classes/PHPExcel/Worksheet.php
This commit is contained in:
@@ -177,6 +177,14 @@ class PHPExcel
|
||||
return $this->_calculationEngine;
|
||||
} // function getCellCacheController()
|
||||
|
||||
/**
|
||||
* Code to execute when this worksheet is unset()
|
||||
*
|
||||
*/
|
||||
function __destruct() {
|
||||
$this->disconnectWorksheets();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get properties
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user