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

excel formula eg: '=IF(C64>2,0.6,IF(AND(C64>0,C64<=2),0.5,)) ' error #22

Closed
coderEvolve opened this issue Nov 28, 2018 · 1 comment
Closed
Assignees

Comments

@coderEvolve
Copy link

Program execution encountered this formula, the program reported an error

Steps to reproduce the behavior:

  1. xl_model = ExcelModel().loads(filename).finish()
  2. xl_model.calculate()
  3. See error
    default
@vinci1it2000
Copy link
Owner

AND function is now implemented e756b79.

@vinci1it2000 vinci1it2000 self-assigned this Apr 24, 2019
@vinci1it2000 vinci1it2000 added this to the Next Release milestone Apr 24, 2019
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