mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 13:23:29 +00:00
Fixed stray char in addConditional formatting
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
[Alias("Range")]
|
[Alias("Range")]
|
||||||
$Address ,
|
$Address ,
|
||||||
#The worksheet where the format is to be applied
|
#The worksheet where the format is to be applied
|
||||||
[OfficeOpenX1ml.ExcelWorksheet]$WorkSheet ,
|
[OfficeOpenXml.ExcelWorksheet]$WorkSheet ,
|
||||||
#A standard named-rule - Top / Bottom / Less than / Greater than / Contains etc.
|
#A standard named-rule - Top / Bottom / Less than / Greater than / Contains etc.
|
||||||
[Parameter(Mandatory = $true, ParameterSetName = "NamedRule", Position = 1)]
|
[Parameter(Mandatory = $true, ParameterSetName = "NamedRule", Position = 1)]
|
||||||
[OfficeOpenXml.ConditionalFormatting.eExcelConditionalFormattingRuleType]$RuleType ,
|
[OfficeOpenXml.ConditionalFormatting.eExcelConditionalFormattingRuleType]$RuleType ,
|
||||||
|
|||||||
Reference in New Issue
Block a user