-
Notifications
You must be signed in to change notification settings - Fork 163
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
On handle change, expose the result of the formula. #338
Comments
Hey, great idea. Can you elaborate a little on your use case? |
I'm building a code notebook where the spreadsheet is one of the block types. I'd like to be able to both query the result of a cell or the value of a cell but currently the handleChange method only exposes the value. |
Got you. I currently don't have the capacity to work on this feature but I'm open for PRs and can try to get to it when I'll have some free time. |
I'll see if I can find some time to give it a crack. :) |
@siliconjungle, I'm actively working on resolving the CI failure issue. If it is successfully resolved and the merge is successful, you will receive the exposed data by passing onEvaluatedDataChange prop. |
@iddan I have pushed new commit, Please review that. |
Closed with #379 |
Currently when a cell has a formula in it, it visually displays the result of the formula, but it doesn't expose that value in the handleChange method.
For controlled spreadsheets this is a core feature. Are there currently any workarounds for this?
The text was updated successfully, but these errors were encountered: