Convert CSV to Excel in PHP July 12, 2018August 3, 2018 sameer 1 Comment During a recent data conversion project I needed to convert around 250 CSV files to Excel (xls) format. As this was a PHP project I decided to write a small PHP script using the PhpSpreadsheet library. Read More