Delete testCCFMTMultiple.ps1

This commit is contained in:
Doug Finke
2015-12-17 17:32:11 -05:00
parent 56e39d36ba
commit 8fda98519c

View File

@@ -1,19 +0,0 @@
ipmo importexcel -Force
$f = "$pwd\test.xlsx"
rm $f -ErrorAction Ignore
$p=@{
ConditionalFormat = "ThreeIconSet"
IconType = "Signs"
Reverse = $true
}
$RuleHandles = New-ConditionalFormattingIconSet -Address "C:C" @p
$RulePM = New-ConditionalFormattingIconSet -Address "D:D" @p
ps |
Where company |
Select Company, Name, Handles, PM |
Sort Handles -Descending |
Export-Excel $f -Show -AutoSize -ConditionalFormat $RuleHandles,$RulePM