You are here

public function PHPExcel_Reader_Abstract::getReadDataOnly 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::getReadDataOnly()

* Read data only? * If this is true, then the Reader will only read data values for cells, it will not read any formatting information. * If false (the default) it will read data and formatting. * *

Return value

boolean

File

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

Class

PHPExcel_Reader_Abstract
PHPExcel_Reader_Abstract

Code

public function getReadDataOnly() {
  return $this->_readDataOnly;
}