You are here

protected property PHPExcel_Reader_Abstract::$_readDataOnly in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Abstract.php \PHPExcel_Reader_Abstract::_readDataOnly

* Read data only? * Identifies whether the Reader should only read data values for cells, and ignore any formatting information; * or whether it should read both data and formatting * *

Type: boolean

File

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

Class

PHPExcel_Reader_Abstract
PHPExcel_Reader_Abstract

Code

protected $_readDataOnly = FALSE;