Enable "iterative calculation" in excel
The question is similar to: How to Enable iterative calculation in openpyxl?
But I want to use ClosedXML to implement this because there have some circular reference formula in my target excel need to calculate.
Or is there other free manipulate excel package in c# that can do this?
thanks.