Closed
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: