in reply to Re^2: Align numbers in a column to the right
in 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);
"The first rule of Perl club is you do not talk about Perl club." -- Chip Salzenberg
|
|---|