jigen7 Posted October 11, 2007 Share Posted October 11, 2007 i have here a piece of code that saves the headers of sql field name to the 1st row of the xls file ,can anyon1 modify this code so that the generated string is in bold format in xls file??thx $count = mysql_num_fields($result); for ($i = 0; $i < $count; $i++){ $header .= mysql_field_name($result, $i)."\t"; } Help making bold words in exporting to xls Quote Link to comment https://forums.phpfreaks.com/topic/72700-help-making-bold-words-in-exporting-to-xls/ Share on other sites More sharing options...
MadTechie Posted October 11, 2007 Share Posted October 11, 2007 by help you, you mean do it for you! Quote Link to comment https://forums.phpfreaks.com/topic/72700-help-making-bold-words-in-exporting-to-xls/#findComment-366661 Share on other sites More sharing options...
jigen7 Posted October 11, 2007 Author Share Posted October 11, 2007 what phpfreaks forum are for duhh... Quote Link to comment https://forums.phpfreaks.com/topic/72700-help-making-bold-words-in-exporting-to-xls/#findComment-366667 Share on other sites More sharing options...
MadTechie Posted October 11, 2007 Share Posted October 11, 2007 what phpfreaks forum are for duhh... Erm.. NO, we HELP..with problems, we don't write ie for you, try the freelance section Quote Link to comment https://forums.phpfreaks.com/topic/72700-help-making-bold-words-in-exporting-to-xls/#findComment-367011 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.