Click to See Complete Forum and Search --> : Font size of text that will be written using php pack function


rohitsing
09-21-2007, 06:54 AM
Hi All
I am just converting the data from database to excel format.For that i am using pack function of php . But i want some data to be in bold like Employee Name = ABC
How to do that .Will anybody help me
Rolling Eyes
:)
Regards
Rohit

michael879
09-21-2007, 11:33 AM
write an excel file with just a word in it, view it in notepad or a hex editor, and compare it to the same file with the word bold. That should answer ur question (it works for word at least).