There are no tutorials about the phpoffice/phpspreadsheet package on Laracasts. However they have documentation with examples: https://phpspreadsheet.readthedocs.io/en/develop/
PHP Spreadsheet Sample Example
Well, I was using maatwebsite/excel package but I just received a warning
"Package phpoffice/phpexcel is abandoned, you should avoid using it. Use phpoffice/phpspreadsheet instead."
So, is there any sample example parsing CSV/excel file using phpspreadsheet. My requirements is to parse CSV file and dump it to a database. I could do that with maatwebste/excel package. But, I am thinking about doing it with phpoffice/phpspreadsheet.
So, is there any tutorial related to this in laracasts. If not in laracasts, link to any other external resources will be appreciated. Or full details of step on the reply is another better option.
Please or to participate in this conversation.