public function PHPExcel_Cell::getWorksheet in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::getWorksheet()
* Get parent worksheet * *
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell.php, line 488
Class
- PHPExcel_Cell
- PHPExcel_Cell
Code
public function getWorksheet() {
return $this->_parent
->getParent();
}