You are here

public function PHPExcel_Reader_Abstract::getLoadSheetsOnly in Loft Data Grids 6.2

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

* Get which sheets to load * Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null * indicating that all worksheets in the workbook should be loaded. * *

Return value

mixed

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Abstract.php, line 132

Class

PHPExcel_Reader_Abstract
PHPExcel_Reader_Abstract

Code

public function getLoadSheetsOnly() {
  return $this->_loadSheetsOnly;
}