Can I export a excel with a beautiful format by using PHP? [duplicate]
Possible Duplicate:
Format text in Excel file via PHP
My boss wants me to build a program that can generate and export a beautiful and colorful excel file. Is there any way for me to do this? Any specific library?
You could check out PHPExcel and see if that will work for you. Look under the features tab for it on the page. It seems to be able to do any formatting stuff you might need.
I am not a PHP guy but take a look at this and see if this suits your needs.
精彩评论