in reply to Re: Align numbers in a column to the rightin thread Align numbers & text in a column to the right
I what way is it not what you want? Did you read the documentation on formatting cells? I think you want something like this:
my $format = $workbook->add_format(align => 'left'); $worksheet->write_number(0, 0, 23.25, $format); [download]
<http://dave.org.uk>
"The first rule of Perl club is you do not talk about Perl club." -- Chip Salzenberg