SheetXL - v0.3.20
    Preparing search index...

    Interface Entry<T>

    Entry for ICellRange when iterator or visiting.

    interface Entry<T = Scalar> {
        context: IteratorContext;
        value: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    Provides access to cell-specific information and utility functions during range iteration.

    This object serves as a context in the iterator, offering a convenient way to retrieve the cell's coordinates, the full ICell object, and perform additional operations like converting values to JavaScript dates or getting the cell's address.

    value: T

    Represents a scalar value.

    This type does not include dates, as spreadsheet date are serialized numbers.