SheetXL - v0.3.20
    Preparing search index...

    #Parse!

    Not part of the OOXML spec.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionalmessage: string
      • Optionaldetails: ErrorOptions & {
            column?: number;
            length?: number;
            line?: number;
            offset?: number;
        }

      Returns FormulaError.Parse

    Accessors

    • get "[toStringTag]"(): string

      Returns string

    • get isFormulaError(): true

      Returns true

    Methods

    • Return true if two errors are same.

      Parameters

      • other: any

        any object to compare.

      Returns boolean

      if two errors are the same type.

    • Returns { column: number; length: number; line: number; offset: number }

    • Returns a string representation of an object.

      Returns string