I need to change the text of header from lighter to bold of the csv . I am using fputcsv() of php to generate to csv file.
fputcsv($output,array('Report','Entitlement Report'));
This is the basic code which I am using to print the header of my csv file . Any idea to accomplish this or any example
Thanks in advance