mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-28 15:23:54 +00:00
Fix stray $ in addConditionalFormatting. Updated readme
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
$ConditionValue = '"' + $ConditionValue +'"'
|
||||
}
|
||||
}
|
||||
if ($PSBoundParameters.ContainsKey("$ConditionValue2")) {
|
||||
if ($PSBoundParameters.ContainsKey("ConditionValue2")) {
|
||||
$number = $Null
|
||||
if ($ConditionValue -isnot [System.ValueType] -and [Double]::TryParse($ConditionValue2, [System.Globalization.NumberStyles]::Any, [System.Globalization.NumberFormatInfo]::CurrentInfo, [Ref]$number) ) {
|
||||
$ConditionValue2 = $number
|
||||
|
||||
Reference in New Issue
Block a user