I\'m working on a project where I need to import Excel data to my Symfony database. But the problem is that I don\'t know how to do that. I tried with ExcelBundle. The proje
You can use fgetcsv PHP function, an exemple here.
Beford the Excel file must be changed to a CSV file.