Home > other >  How to import excel sheet in laravel
How to import excel sheet in laravel

Time:06-14

x axis is the width of curtain y axis is the height of curtain 55,65,75,85 are the price value in $(dollar)

can anyone guide me step by step to import excel into MySQL database with fields

CodePudding user response:

You can take a look onto this package

https://laravel-excel.com/

I use this in all my excel-related projects and it works very well.

CodePudding user response:

check https://docs.laravel-excel.com/3.1/getting-started/installation.html

use with heading for easy import

  • Related