Iterative calculation
Enable it
const state = useSpreadsheetState({
iterativeCalculation: {
enabled: true,
maxIterations: 100,
maxChange: 0.001,
},
});Supported modes
Example formulas to test
Testing
Last updated