Removed commented [Uri] code

This commit is contained in:
dfinke
2018-07-06 09:06:07 -04:00
parent 7563185bd4
commit 49dd9f20ee

View File

@@ -465,7 +465,6 @@
#Write-Verbose "Cell '$Row`:$ColumnIndex' header '$Name' add value '$_' as formula"
break
}
#{ $_ -is [Uri] } {
{[System.Uri]::IsWellFormedUriString($_, [System.UriKind]::Absolute)} {
# Save a hyperlink
$TargetCell.Value = $_.AbsoluteUri