Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New action in to mimic cell modification #1117

Open
lpatiny opened this issue Dec 5, 2018 · 1 comment
Open

New action in to mimic cell modification #1117

lpatiny opened this issue Dec 5, 2018 · 1 comment

Comments

@lpatiny
Copy link
Collaborator

lpatiny commented Dec 5, 2018

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.

@stropitek
Copy link
Collaborator

yes column id is better

@stropitek stropitek removed their assignment Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants