PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.2k forks source link

PHPExcel many warning with $objReader->load($file); #1403

Open croberto71 opened 6 years ago

croberto71 commented 6 years ago

Hi,

I have a problem with this line: $objReader->load($file); if the file is NOT an excel file generate many warning. Is It possible, to check if the file is a valid excel file before try to load It?

Thanks!

Best regards, Roberto