SheetXL - v0.3.20
    Preparing search index...

    Variable ContentConst

    Content: {
        Comments: "comments";
        Errors: "errors";
        Formats: "formats";
        Formulas: "formula";
        Hyperlinks: "hyperlinks";
        Merges: "merges";
        Notes: "notes";
        Tables: "tables";
        Values: "values";
        Warnings: "warnings";
    } = ...

    Represents the types of content that can be associated with a cell or range.

    Type declaration

    • ReadonlyComments: "comments"

      Represents comments attached to the cells.

    • ReadonlyErrors: "errors"

      Represents error values (e.g., #DIV/0!, #N/A) within the cells.

    • ReadonlyFormats: "formats"

      Represents the formatting and styling applied to the cells (fonts, colors, borders, etc.).

    • ReadonlyFormulas: "formula"

      Represents the formulas contained within the cells.

    • Represents hyperlinks associated with the cells.

    • ReadonlyMerges: "merges"

      Represents values that have merge spans.

    • ReadonlyNotes: "notes"

      Represents notes associated with the cells.

      NOT IMPLEMENTED

    • ReadonlyTables: "tables"

      Represents tables associated with the cells.

    • ReadonlyValues: "values"

      Represents the actual values stored in the cells (numbers, text, booleans, etc.).

    • ReadonlyWarnings: "warnings"

      Represents warnings or informational messages associated with the cells.