SheetXL - v0.3.20
    Preparing search index...

    Interface Modifiers<T>

    Used for updating multiple properties on a cell at the same time. Any value that is null will be If a value is null then this will be treated as a remove.

    interface Modifiers<T = Scalar> {
        hyperlink?: IHyperlink.Update;
        style?: IStyle.Update;
        value?: T;
    }

    Type Parameters

    Index

    Properties

    hyperlink?: IHyperlink.Update

    Allow to to set a hyperlink to this value.

    style?: IStyle.Update

    Update the style.

    value?: T

    If a Date is passed to it will be converted internally into an OADate number with a date format (unless the style format is also set)