Is there any way to pass data as a formula and it gets evaluated automatically #325
Unanswered
mohit-11-dev
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This is an interesting use case. So you would need some way to get the evaluated formula cell from the spreadsheet? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I am trying to implement top formula bar which goes hand in hand with cell just like google sheets
Steps:
[{ value: "1" }, { value: "4" }],
[{ value: "=SUM(A1+B1)" }, { value: "3" }],
];
Beta Was this translation helpful? Give feedback.
All reactions