PublishToGallery.ps1

$p = @{
    Name        = "ImportExcel"
    NuGetApiKey = $NuGetApiKey
}

Publish-Module @p