protected property PHPExcel_Reader_Abstract::$_loadSheetsOnly in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Abstract.php \PHPExcel_Reader_Abstract::_loadSheetsOnly
* Restrict which sheets should be loaded? * This property holds an array of worksheet names to be loaded. If null, then all worksheets will be loaded. * *
Type: array of string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/ Abstract.php, line 61
Class
- PHPExcel_Reader_Abstract
- PHPExcel_Reader_Abstract
Code
protected $_loadSheetsOnly = NULL;