mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-02 16:43:16 +00:00
Fixes #5
This commit is contained in:
@@ -44,6 +44,9 @@ function Import-Excel {
|
||||
}
|
||||
|
||||
function Export-Excel {
|
||||
<#
|
||||
.Synopsis
|
||||
#>
|
||||
param(
|
||||
[Parameter(Mandatory)]
|
||||
$Path,
|
||||
|
||||
Reference in New Issue
Block a user