Is there a way to pass data directly into calculateFormula function? #1146
ElixirMike
started this conversation in
API Questions
Replies: 1 comment
-
never mind....works as expected. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm wondering if there is a way to pass data directly into a formula to get result?
For example, something like this, without having a sheet defined, etc?
const addNumberResult = hfInstance.calculateFormula('=SUM(10,5)')
Beta Was this translation helpful? Give feedback.
All reactions