Format Cells of EXCEL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dheeraja
Forum Commoner
Posts: 36
Joined: Tue Nov 09, 2010 11:03 pm

Format Cells of EXCEL

Post by dheeraja »

Hi Guys.

I am searching for formatting cells of excel file using PHP. I searched for it and I got pear spreadsheet writer and PHPExcel Classes and they both are doing well, but going through there code and edit it according to my need is really a big headache, so I was searching to do it by myself but not getting that what I should use to do it, so please help to solve it...


Thank you...
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Format Cells of EXCEL

Post by requinix »

You aren't supposed to edit their code, you're supposed to use it.

Format how?
dheeraja
Forum Commoner
Posts: 36
Joined: Tue Nov 09, 2010 11:03 pm

Re: Format Cells of EXCEL

Post by dheeraja »

Ya but according to my requirement I have to modify it and there are many parts, from that I want to pickup one thing and its really a big headache, so i don't want to use it...

Format like I want to make the cell content bold...

like I have header Name, Address, City... so i want this header to become bold....
Post Reply