You are here

protected function PHPExcel_Reader_CSV::_isValidFormat in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php \PHPExcel_Reader_CSV::_isValidFormat()

* Validate that the current file is a CSV file * *

Return value

boolean

2 calls to PHPExcel_Reader_CSV::_isValidFormat()
PHPExcel_Reader_CSV::listWorksheetInfo in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns) * *
PHPExcel_Reader_CSV::loadIntoExisting in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php
* Loads PHPExcel from file into PHPExcel instance * *

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php, line 107

Class

PHPExcel_Reader_CSV
PHPExcel_Reader_CSV

Code

protected function _isValidFormat() {
  return TRUE;
}