I use PHPExcell library, gives an error

Fatal error: in C:\xampp\htdocs\PHPExcel\Reader\Excel2007.php on line 82 

Code:

 <?php require_once ("PHPExcel/IOFactory.php"); $xls = PHPExcel_IOFactory::load("Прайс.xlsx"); $xls->setActiveSheetIndex(0); $sheet = $xls->getActiveSheet(); var_dump($sheet); ?> 
  • It looks like a file parsing error, the file contains correct data, the format? - tCode

1 answer 1

The error was issued because of the Cyrillic in the title.