Questions tagged [laravel-excel]

Bring in and send out Excel and CSV files within Laravel using PhpSpreadsheet library.

Having difficulty handling file data following the import of an Excel file in Laravel 5.8

I have a requirement to send multiple emails at once by importing an Excel file. Currently, I am successfully importing the Excel file and storing the data in a variable as an array. I am utilizing maatwebsite/excel version 3.1 for this task. However, afte ...