in reply to Re: Problems setting Excel cell widthin thread Problems setting Excel cell width
To set:
$sheet -> Range("F4") -> {ColumnWidth} = 60; [download]
my $columnwidth = $sheet -> Range("F4") -> {ColumnWidth}; [download]