SheetXL - v0.3.20
    Preparing search index...

    Namespace FormulaError

    An error returned from a formula calculation.

    Standard Error Codes 0. #PARSE! If the formula contains a syntax error. (Not part of the OOXML spec.)

    1. #NULL! Intersection of two ranges that don't intersect.
    2. #DIV/0! Division by zero.
    3. #VALUE! Wrong type of argument or operand.
    4. #REF! Invalid cell reference.
    5. #NAME? Unrecognized name (function, named range, etc.).
    6. #NUM! Invalid numeric value.
    7. #N/A Value not available.

    Office 365

    1. #GETTING_DATA This raised when for long running calculations that not yet completed.

    (Saves as #N/A to disk) 9. #SPILL! Formula's output range is blocked.

    SpillErrorScalarSubType | "Unknown" | "Collision" | "IndeterminateSize" | "WorksheetEdge" | "OutOfMemoryWhileCalc" | "Table" | "MergedCell"

    Office 2023

    1. #CONNECT! This occurs when a data type is used that is not currently supported in this version of Excel.
    2. #BLOCKED! Indicates that an action or feature is blocked, possibly due to security settings, protected view, or other restrictions. Often related to online features, external links, or macros.
    3. #UNKNOWN! May be returned in the case of a protected workbook.
    4. #FIELD! Invalid field name for a data type.
    5. #CALC! Calculation error (often with LET or LAMBDA or a splitted array).
    6. #BUSY! When waiting on an external data source to return data.
    7. #PYTHON! The Python interpreter returned the following error: Unexpected failure.
    8. #TIMEOUT! Indicates that the operation took too long to complete.

    Classes

    Blocked
    Busy
    Calc
    Connect
    Div0
    Field
    GettingData
    Known
    NA
    Name
    Null
    Num
    Parse
    Python
    Ref
    Spill
    Timeout
    Unknown
    Value

    Variables

    BuiltIn
    Code
    getBuiltInById
    getBuiltInByLabel
    Label
    newTypedError