Simple XLS to CSV converter
$helper = new Xls2CsvHelper('', 'list.xlsx', '', 'result.csv'); $helper->convert();
Sources Download
MIT