apex-grid
    Preparing search index...

    Type Alias ExportCellValue

    ExportCellValue: string | number | boolean | Date | null | undefined

    Primitive cell values supported by the export pipeline.

    Returned by the default formatter and accepted from user-supplied formatters. Date is preserved (not stringified) so that XLSX export can write it as a native date cell instead of inline text.