|
...
|
...
|
@@ -131,6 +131,8 @@ class InquiryInfoController extends BaseController |
|
|
|
]);
|
|
|
|
if ($this->request->hasFile('file')) {
|
|
|
|
$path = $this->request->file('file')->getRealPath();
|
|
|
|
var_dump($path);
|
|
|
|
die();
|
|
|
|
$spreadsheet = IOFactory::load($path);
|
|
|
|
$worksheet = $spreadsheet->getActiveSheet();
|
|
|
|
$rows = $worksheet->toArray();
|
...
|
...
|
|