in reply to Changing cell property in Excel through a module
Hi Prasad
There is a write_string() Method in Spreadsheet::WriteExcel.
$worksheet->write_string("A$a", "$s1"); [download]
Thanks Gopal.R