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?
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!