Jump to content

Help making bold words in exporting to xls


jigen7

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.