Reputation: 25
I have a project where I should be able to import an excel file and read the contents then upload the information to the database via Laravel 5.2
an Example content like this
____________________________________________________
No. | Title | Type | Authorize . ..
____________________________________________________
1. | AAAA | $ | Admin, Manager, Co-Worker
2. | BBBB | % | Manager, Co-Worker
3. | AESR | % | Manager
4. | MYTH | $ | Co-Worker
. . . . .
___________________________________________________
Period | 2 times / year
____________________________________________________
now I don't know about that contents. but **I want to know some guide or an example for **Laravel 5.2****
Finally, I'm sorry for my bad English and hope someone can read it and guide for me. (I'm new for Laravel) Thank you :)
Upvotes: 1
Views: 422
Reputation: 811
Take a look at this library/package which is easy to use and configure and it has some tutorials too.
Laravel Excel v2.1.* for Laravel 5
Upvotes: 1