Skip to content

Export Excel - Parameter NoHyperLinkConversion to avoid a String with a Colon causes the cell to be created with a hyperlink #1316

Description

@vpaesa

See parent issue 1116:

There are a lot of non-URL strings that IsWellFormedUriString is tagging as well formed URLs.
Example, this snippet returns True:

$v = 'aa:a'
[System.Uri]::IsWellFormedUriString($v , [System.UriKind]::Absolute)

May I ask to reconsider adding the -NoHyperLinkConversion parameter suggested in 1116?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions