I'm able to read excel files from a folder using PHPExcel_IOFactory, but I'm not able to open and read Excel files from Zip.
Below is the code snippet
$inputFileType = \PHPExcel_IOFactory::identify("data\file.zip\\"."excel1.xlsx");
Getting below error
Exception 'PHPExcel_Reader_Exception' with message 'Could not open data\file.zip\excel1.xlsx for reading! File does not exist.'