SheetXL - v0.3.20
    Preparing search index...

    Type Alias MajorTuple<T>

    MajorTuple: [major: number, minors: MinorTuple<T>[]]

    Represents a tuple associated with a specific dimension (e.g., a row or a column in a grid).

    The first element is the major index, and the second element is a MinorTuple representing the minor indices and values associated with that location.

    Type Parameters

    • T = any