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
I need a way to mimic a cell modification using an action. In practice it is in the reaction calculator where I need to set a volume and that all the calculations are done like it was a user that changed this value.
I need a way to mimic a cell modification using an action. In practice it is in the reaction calculator where I need to set a volume and that all the calculations are done like it was a user that changed this value.
Something like
API.doAction('changeCellValue, {
row: 3,
column: 10,
value: 12.12
})
Or better would be the column name instead of the column number.
The text was updated successfully, but these errors were encountered: