Skip to content
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

Throwing an error when an excel function is not supported #93

Open
coral-re-ma opened this issue May 9, 2021 · 1 comment
Open

Throwing an error when an excel function is not supported #93

coral-re-ma opened this issue May 9, 2021 · 1 comment

Comments

@coral-re-ma
Copy link

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!

@joshbtn
Copy link
Owner

joshbtn commented May 9, 2021

Check out https://formulajs.info/. This should give you a pretty complete implementation of excel formulas for JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants