我已经在laravel .xls中导入了受密码保护的excel文件,但是我得到了空白页面。
$path = $request->file->getRealPath();
$data = Excel::load($path, function ($reader) {
})->get();
Return in page:-
Maatwebsite\Excel\Collections\SheetCollection Object ( [title:protected] => [items:protected] => Array ( ) )
我得到哈希数据的任何代码。 任何帮助都将不胜感激。