my $format = $workbook->add_format( align => 'left' ); $worksheet->write( $cell, $data, $format );