Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$worksheet->Cells($cell,2)->{Value} = "$myvariable"; $worksheet->Cells(1,2)->Font->{Bold} = "True"; $worksheet->Cells(1,2)->Font->{Size} = 15; $worksheet->Cells(1,2)->Font->{ColorIndex} = 5;
And now I would like to add a property to right align this row
Thankyou
Will donate when graduate in 3 weeks ;-)
Janitored by Arunbear - added code tags, as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::OLE alignment
by NetWallah (Canon) on Nov 01, 2004 at 20:44 UTC | |
by Grygonos (Chaplain) on Nov 01, 2004 at 21:07 UTC | |
|
Re: Win32::OLE alignment
by Anonymous Monk on Nov 02, 2004 at 02:52 UTC |