PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.2k forks source link

Issue with loading a bad excel.xls file #1314

Open MiddleSiggy opened 6 years ago

MiddleSiggy commented 6 years ago

PHP Notice: Uninitialized string offset: 3 in /PHPOffice/PHPExcel/Classes/PHPExcel/Shared/OLERead.php on line 312 PHP Notice: Uninitialized string offset: 0 in /PHPOffice/PHPExcel/Classes/PHPExcel/Shared/OLERead.php on line 319

I get this error when I try and open a bad excel file, Should trap this and exit, or return false on load.