ungalnanban has asked for the wisdom of the Perl Monks concerning the following question:
it shows the error message like the following$worksheet->merge_range(3,5,9,4,$title, $format); [OR] $worksheet->merge_range('E3:I4',$title, $format); $worksheet->write('F6',"LANGUAGE",$format);
Error: refer to merge_range() in the documentation. Can't use previously merged format in non-merged cell
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to merge cells using Spreadsheet::WriteExcel using Merge_range function ?
by Corion (Patriarch) on Jul 14, 2010 at 09:30 UTC | |
by ungalnanban (Pilgrim) on Jul 14, 2010 at 09:40 UTC |