Bintuch has asked for the wisdom of the Perl Monks concerning the following question:
What am I doing wrong?my @Edges = qw(xlEdgeBottom xlEdgeLeft xlEdgeRight xlEdgeTop); #foreach my $edge (@Edges) { $SheetWaferMap->Cells($ValueY,$ValueX)->Borders(eval($edge))->{Lin +eStyle} = "xlContinuous"; $SheetWaferMap->Cells($ValueY,$ValueX)->Borders(eval($edge))->{Wei +ght} = "xlThick"; $SheetWaferMap->Cells($ValueY,$ValueX)->Borders(eval($edge))->{Col +orIndex} = 6; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Borders of a single cell in Excel
by Corion (Patriarch) on Sep 14, 2008 at 14:40 UTC | |
by Bintuch (Acolyte) on Sep 15, 2008 at 07:53 UTC | |
by Bintuch (Acolyte) on Sep 15, 2008 at 14:36 UTC |