bfinlay / laravel-excel-seeder

Seed your database with Laravel using Excel and CSV files
Other
38 stars 8 forks source link

be able to integrate several .xlsx files pointing to the same table one after the other without overwriting the data already present #29

Open highelyte opened 2 months ago

highelyte commented 2 months ago

be able to integrate several .xlsx files pointing to the same table one after the other without overwriting the data already present

bfinlay commented 3 weeks ago

I think this is the setting that you want to configure:

https://github.com/bfinlay/laravel-excel-seeder?tab=readme-ov-file#truncate-destination-table

Have you tried that yet? Did that work or what didn't work for you?