You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error occurs if the formula contains a reference to a range that contains a reference to a range Error: Value of the formula cell is not computed.
// expected result in all cases: 1constHyperFormula=require('hyperformula');constoptions={licenseKey: 'gpl-v3',};lethf=HyperFormula.HyperFormula.buildFromArray([[1,// '=A1+0', // Success'=A:A+0',// BUG: Error: Value of the formula cell is not computed.'={B:B}',],],options);
Description
Error occurs if the formula contains a reference to a range that contains a reference to a range
Error: Value of the formula cell is not computed.
Video or screenshots
No response
Demo
https://stackblitz.com/edit/stackblitz-starters-ovw2zlhv?file=index.js
HyperFormula version
2.7.1 , 3.0.0 (develop)
Your framework
No response
Your environment
node v22.10.0 , v18.20.3
The text was updated successfully, but these errors were encountered: