Want to shade the cells (on particular conditions) while exp

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
siz
Forum Newbie
Posts: 1
Joined: Wed Mar 26, 2008 3:49 am

Want to shade the cells (on particular conditions) while exp

Post by siz »

Hi All!
can anyone help please ! I Want to shade the cells (on particular conditions) while exporting a csv...
prompt replies will be appreciated..
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Want to shade the cells (on particular conditions) while exp

Post by onion2k »

CSV format only contains data, there's no way to include formatting information, so what you want is impossible.
Post Reply