Evotec

Project

PSWriteOffice

PSWriteOffice is an open-source PowerShell and .NET project with packages, release history, and technical documentation.

Stars 148
Forks 13
Open issues 1
PowerShell Gallery downloads 157,241
Release v1.0.2
Language: C# Updated: 2026-06-14

API Reference

Cmdlet

Set-OfficeExcelHostHyperlink

Namespace PSWriteOffice
Inputs
OfficeIMO.Excel.ExcelDocument
Outputs
System.Object

Sets an external hyperlink that displays only the URL host.

Remarks

Sets an external hyperlink that displays only the URL host.

Examples

Authored help example

Link to Microsoft Docs using host-only display text.

PS>


ExcelSheet 'Data' { Set-OfficeExcelHostHyperlink -Address 'B2' -Url 'https://learn.microsoft.com/office/open-xml/' }
        

Creates a hyperlink that displays learn.microsoft.com.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax