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; }
In reply to Borders of a single cell in Excel by Bintuch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |