我maatwebsite/excel
用来在 Laravel 5.2 中阅读 Excel。
我在阅读文件时没有问题。
我想阅读我无法阅读的 Excel 文件的第二张纸,但我可以阅读第一张纸。
以下是我读取 Excel 文件的一段代码
$dataR11=Excel::selectSheets('Paid and Partially paid invoice')->takeRows(10)->load($folder."/".$file,function($reader){})->get();
echo "<pre>";print_r($dataR11->toArray());
我在 Chrome 中得到以下响应:
Request URL:http:/fanda_trail/oceanreportupload
Request Method:POST
Status Code:500 Internal Server Error
Remote Address:
Referrer Policy:no-referrer-when-downgrade
最糟糕的是我无法检查到底是什么错误。请帮助我