mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-06 18:43:25 +00:00
fixes to casing, and some basic functions changed to advanced
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Function Remove-Worksheet {
|
||||
[cmdletbinding(SupportsShouldProcess=$true)]
|
||||
function Remove-Worksheet {
|
||||
[CmdletBinding(SupportsShouldProcess=$true)]
|
||||
param(
|
||||
# [Parameter(ValueFromPipelineByPropertyName)]
|
||||
[Parameter(ValueFromPipelineByPropertyName)]
|
||||
|
||||
Reference in New Issue
Block a user