You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to use the "formula.toJavaScript(formula)" but there are some excel functions like : ISBLANK or NOT that are not supported for js ( and cSharp).
So first of all it will be great if you can add it, but anyway in order to be able to use it safely, It would be nice that when an excel function is not supported, an error will be thrown instead of copying the string as it is (e.g instead of keeping the string "NOT" inside the converted formula when NOT = "!" is not configured, throwing an unsupported function error)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I want to use the "formula.toJavaScript(formula)" but there are some excel functions like : ISBLANK or NOT that are not supported for js ( and cSharp).
So first of all it will be great if you can add it, but anyway in order to be able to use it safely, It would be nice that when an excel function is not supported, an error will be thrown instead of copying the string as it is (e.g instead of keeping the string "NOT" inside the converted formula when NOT = "!" is not configured, throwing an unsupported function error)
Thanks!
The text was updated successfully, but these errors were encountered: