mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 13:23:29 +00:00
Merge branch 'compareCells' of https://github.com/kkazala/ImportExcel into compareCells
This commit is contained in:
@@ -20,7 +20,6 @@ South,Delaware,712,508
|
||||
"@
|
||||
|
||||
|
||||
|
||||
$excel = $data | Export-Excel $xlSourcefile -AutoSize -PassThru
|
||||
|
||||
Add-ConditionalFormatting -Worksheet $excel.sheet1 -Range "C2:C10" -ConditionValue '=C2=D2' -RuleType Expression -BackgroundColor Cyan
|
||||
|
||||
Reference in New Issue
Block a user