Skip to content

Dependencies are not correctly collected #549

Closed
@izulin

Description

Description

Special functions (e.g. COLUMN) are designed to ignore its arguments as dependencies (so they do not need to be evaluated first), yet they have fallback that evaluates arguments.

    const engine = HyperFormula.buildFromArray([
      ['=SIN(1)'],
      ['=COLUMN(SUM(A1,A3))'],
      ['=SIN(1)'],
    ])

results in

Error: Value of the formula cell is not computed.

Steps to reproduce

Demo

Your environment

  • HyperFormula version:
  • Browser Name and version:
  • Operating System:

Links

Metadata

Assignees

Labels

BugSomething isn't workingVerifiedVerified by Handsoncode

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions