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
I love the possibility to interpret my spreadsheets in C#!
But I meet some difficulties with evaluating cells with circular references. Some of my formulas depends on its previous state. If it detects circular reference, the value of cell evaluated to ~CIRCULAR~REF~.
I know there is optional Iterative Calculation feature in Excel, and Google Spreadsheets. Is there any possibilities to evalute cells with circular reference using NPOI?
Thanks!
The text was updated successfully, but these errors were encountered:
NPOI Version Used
2.6.2
File Type
Use Case
I love the possibility to interpret my spreadsheets in C#!
But I meet some difficulties with evaluating cells with circular references. Some of my formulas depends on its previous state. If it detects circular reference, the value of cell evaluated to
~CIRCULAR~REF~
.I know there is optional Iterative Calculation feature in Excel, and Google Spreadsheets. Is there any possibilities to evalute cells with circular reference using NPOI?
Thanks!
The text was updated successfully, but these errors were encountered: