Giving Format

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
User avatar
farid
Forum Commoner
Posts: 54
Joined: Thu Nov 11, 2004 4:20 pm
Location: Mexico

Giving Format

Post by farid »

Hi!!

I've finally exported with success data from a db to excell, but how can I give the format, like bold fonts, centered alignment, background color, etc?

I've tried to put it with html tags but it doesn't works, I've found that it only respects when you put the info in a table, but the only that I've found is the underline format with <u> tag.

Thanks in advance!! 8)
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

I think you would have to do those changes in Excel. I dont think it is possible to generate a excel document with colors.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply