SheetXL - v0.3.20
    Preparing search index...

    Properties available to IHyperlinks.

    interface Properties {
        address: string;
        displayText?: string;
        target?: string;
        tooltip?: string;
    }
    Index

    Properties

    address: string

    This can be a url or a cell address.

    A sheet address needs to start with a #.

    displayText?: string

    This is either the address or the cell value.

    target?: string

    Specified the target frame when opening this Hyperlink.

    tooltip?: string

    Tet for showing addition information about the link that will be displayed as a tooltip.

    Excel has an undocumented tooltip length limit of 255 characters.