-2

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?

Community
  • 1
  • 1
Alex Hu
  • 107
  • 2
  • 4
  • 11
  • 1
    What is your specific question? This is like asking, "How do I create a beautiful and colorful painting of my subject?" – Xeoncross Oct 11 '11 at 15:17
  • A similar question has already been posed and answered: [Format text in Excel file via PHP](http://stackoverflow.com/questions/279917/format-text-in-excel-file-via-php). Please use the search function next time. See the [FAQ](http://stackoverflow.com/faq). – hakre Oct 11 '11 at 15:19

2 Answers2

1

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.

nickmoriarty
  • 1,253
  • 19
  • 21
1

I am not a PHP guy but take a look at this and see if this suits your needs.

legendofawesomeness
  • 2,901
  • 2
  • 19
  • 32