my $format = $workbook->add_format( align => 'left' ); $worksheet->merge_range('A1:C1', 'New Value', $format);