public function PHPExcel::getWorksheetIterator in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::getWorksheetIterator()
Get worksheet iterator
Return value
1 call to PHPExcel::getWorksheetIterator()
- PHPExcel::garbageCollect in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php - Eliminate all unneeded cellXf and afterwards update the xfIndex for all cells and columns in the workbook
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 839
Class
- PHPExcel
- PHPExcel
Code
public function getWorksheetIterator() {
return new PHPExcel_WorksheetIterator($this);
}