diff --git a/Export-Excel.ps1 b/Export-Excel.ps1 index 4959e40..f608fb6 100644 --- a/Export-Excel.ps1 +++ b/Export-Excel.ps1 @@ -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