SheetXL - v0.3.20
    Preparing search index...

    Interface IRichData

    A complex object type. This allows for more complex data types to be stored in a cell.

    interface IRichData {
        type: string;
        fromJSON(): any;
        toJSON(): JSON;
    }
    Index

    Properties

    Methods

    Properties

    type: string

    Reference to either a known typename or a JSON Type Definition.

    Methods

    • Returns any

    • Returns JSON