mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-18 01:03:48 +00:00
fixes to casing, and some basic functions changed to advanced
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Function Add-ExcelDataValidationRule {
|
||||
function Add-ExcelDataValidationRule {
|
||||
[CmdletBinding()]
|
||||
Param(
|
||||
param(
|
||||
[Parameter(ValueFromPipeline = $true,Position=0)]
|
||||
[Alias("Address")]
|
||||
$Range ,
|
||||
|
||||
Reference in New Issue
Block a user