file('file'); $file_path = $file->getRealPath(); if ( $xlsx = SimpleXLSX::parse($file_path) ) { $rows = $xlsx->rows(); }