mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-21 20:03:24 +00:00
Removed commented [Uri] code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user