I tried to put font styles and color in EXCEL XLS sheet generation from CSV. Even i explored lots of libraries to get Excelsheet with enriched format and style.
Is there any libraries by which I can get formatted Excel XLS sheet from CSV output in PHP
I usually use phpexcel. It supports xlsx as well as just xls formats.