How to get basic functionality working on node.js? #1140
ElixirMike
started this conversation in
API Questions
Replies: 2 comments
-
nm, needed to reference HyperFormula object HyperFormula.HyperFormula.buildEmpty({ |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ElixirMike, thanks for reaching out to us. In our documentation, you'll find a working example of a Node script running HyperFormula. This guide focuses on reading formulas from a file and calculating them using HyperFormula, but you might as well receive the input data from HTTP, database etc. If you had any further questions about running HyperFormula in a Node environment, feel free to ask ;) |
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
-
I've just added hyperformula to my node.js project and I'm trying to get basic functionality working. Here is my test method.
When I try to run this, I get this error: "HyperFormula.buildEmpty is not a function"
What am i missing?
Beta Was this translation helpful? Give feedback.
All reactions