Closed husnainashraf123 closed 7 years ago
I am getting error while using excel package and it seams the error is in package files.
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
ErrorException in Excel.php line 107: Undefined property: App\Http\Controllers\OrderController::$reader
$data = Excel::load($path, function($reader) {})->get();
https://drive.google.com/file/d/0ByWwMkhRH29NcnR6MTZhMlE3Vzg/view?usp=sharing
We don't offer support for tutorials made my other people, please ask in the comments of the tutorial.
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