PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.19k forks source link

Uninitialized string offset #1347

Open ngocongcan opened 6 years ago

ngocongcan commented 6 years ago

Hi, I got these errors when trying to read data from file Excel, can anyone help me, please ? ` PHP Notice: Uninitialized string offset: -1270377747 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php on line 6792

PHP Notice: Uninitialized string offset: -1270377750 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php on line 6799

PHP Notice: Uninitialized string offset: -1270377749 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php on line 6799

PHP Notice: Uninitialized string offset: -1270377748 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php on line 6799

PHP Notice: Uninitialized string offset: -1270377744 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php on line 6776`

Thanks!