mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 07:43:23 +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
|
$excel = $data | Export-Excel $xlSourcefile -AutoSize -PassThru
|
||||||
|
|
||||||
Add-ConditionalFormatting -Worksheet $excel.sheet1 -Range "C2:C10" -ConditionValue '=C2=D2' -RuleType Expression -BackgroundColor Cyan
|
Add-ConditionalFormatting -Worksheet $excel.sheet1 -Range "C2:C10" -ConditionValue '=C2=D2' -RuleType Expression -BackgroundColor Cyan
|
||||||
|
|||||||
Reference in New Issue
Block a user