SpartnerNL / Laravel-Excel

🚀 Supercharged Excel exports and imports in Laravel
https://laravel-excel.com
MIT License
12.3k stars 1.93k forks source link

Undefined property: SomeCnntroller::$reader Excel.php line 107: #1175

Closed husnainashraf123 closed 7 years ago

husnainashraf123 commented 7 years ago

I am getting error while using excel package and it seams the error is in package files.

Package version, Laravel version

Laravel 5.3 and I am following : http://itsolutionstuff.com/post/laravel-53-import-export-csv-and-excel-file-into-databaseexample.html

Using latest version of this package version 2.1.17

Exception stack trace

ErrorException in Excel.php line 107: Undefined property: App\Http\Controllers\OrderController::$reader

I am getting error on below line:

$data = Excel::load($path, function($reader) {})->get();

Screenshot of Excel file

https://drive.google.com/file/d/0ByWwMkhRH29NcnR6MTZhMlE3Vzg/view?usp=sharing

patrickbrouwers commented 7 years ago

We don't offer support for tutorials made my other people, please ask in the comments of the tutorial.