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

Is custom functions supported? #2

Open
shijistar opened this issue Mar 28, 2017 · 1 comment
Open

Is custom functions supported? #2

shijistar opened this issue Mar 28, 2017 · 1 comment

Comments

@shijistar
Copy link

I'm building a GUI formula editor something like Excel Formulas. From the demo I noticed that this library is much like what I need. However I didn't find custom functions support, especially nested functions. Can you tell me whether it's supported or not? Thank you.

@KennethanCeyer
Copy link
Owner

KennethanCeyer commented Apr 3, 2017

Hi @shijistar

Sorry i'm late too much

The current version does not support complex function expressions. (IF, SUM, FOR)

Did you mean a recursive function callback that is executed at the stage of parsing a formula?

This library is built-in Parser

Check this page

Thank you.

PS. I am watching this document for a while.

If you have any questions, please let me know as soon as possible.

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

No branches or pull requests

2 participants