http://www.perlmonks.org?node_id=493673


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");

Thanks
Gopal.R