Select column when importing Excel file into Laravel database

0

I need to make a resource in an application using Laravel. When giving an Excel spreadsheet allow the user to choose which columns to save to the database. Example: I have a spreadsheet with 3 columns, but I just want to select (use some way to select in the view the columns to be imported) 2 columns and save to the table. Someone has experience can guide me. Have some examples, etc. Thanks!

    
asked by anonymous 27.06.2018 / 15:08

0 answers