-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
formula calc doesn't work if cell refers to another formula cell #1262
Labels
enhancement
New feature or request
Comments
Thanks for your issue. This library doesn't support calculating formulas for dependence formulas currently. The feature of formula engine is working in progress. |
Hi @devloppper, I have added support for dependence formulas calculation, please upgrade to the master branch code, and this feature will be released next version. |
xuri
added a commit
to carbin-gun/excelize
that referenced
this issue
Oct 9, 2022
- Add export option `MaxCalcIterations` for specifies the maximum iterations for iterative calculation - Update unit test for the database formula functions
xuri
added a commit
to JDavidVR/excelize
that referenced
this issue
Jul 11, 2023
- Add export option `MaxCalcIterations` for specifies the maximum iterations for iterative calculation - Update unit test for the database formula functions
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
- Add export option `MaxCalcIterations` for specifies the maximum iterations for iterative calculation - Update unit test for the database formula functions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
the value will be 20 in excel but it is an empty value
The text was updated successfully, but these errors were encountered: