You are here

public function PHPExcel::getAllSheets in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::getAllSheets()

Get all sheets

Return value

PHPExcel_Worksheet[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel.php, line 590

Class

PHPExcel
PHPExcel

Code

public function getAllSheets() {
  return $this->_workSheetCollection;
}