Please help me about my doubts on excel and php. I need to do the following process on excel report generation using php
Try PHPExcel. I started using it few days ago and it works very good.
With PHPExcel
With PEAR Spreadsheet Excel Writer
Format::setBgColor
– Sets the cell's background colorFormat::setFontFamily
– Sets the font family.Worksheet::setColumn
– Set the width of a single column or a range of columns.I'd definitely recommend PHPExcel as well, and it may well supercede the SEW within the PEAR repository