rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.08k stars 246 forks source link

How to import with matching columns? #324

Closed benstaf closed 12 months ago

benstaf commented 1 year ago

I want to import a CSV file, but I don't want it to fit a pre-established structure, I want to match columns by hand, like in this demo: https://blog.quickadminpanel.com/how-to-import-csv-in-laravel-and-choose-matching-fields/

is it possible with Fast-excel?

vamshikrishnaakula commented 1 year ago

Bro have you done with these ..my case is to upload excel with mapping database fields and above code code where he used the laravel excel package

rap2hpoutre commented 12 months ago

Fast Excel aims to resolve simple cases. Maybe for this typical case, you could use https://laravel-excel.com/