Hello!
I’m starting to create custom formulas and I’m kind of confused with how to get the values.
By now I have this simple code:
min(ast, state) {
console.log(ast, state);
}
Being called like this:
=MIN(1,2,A1:A6, A:A)
Which outputs that:
My question is: How do I get the value of those ranges? I looked at HyperFormula documentation, but there’s only a sample that doesn’t use the incoming parameters