The following method:
OfficeOpenXml.FormulaParsing.DependencyChainFactory.FollowChain(DependencyChain depChain, ILexer lexer, ExcelWorkbook wb, ExcelWorksheet ws, FormulaCell f, ExcelCalculationOption options)
has calculation options passed as an argument (one of which can be AllowCirculareReferences) - and it throws various "circular references" exceptions - but only checks that calc options in one place. It shoudl check the option consistently and if the AllowCirculareReferences is set - don't throw.
Thanks,
M
OfficeOpenXml.FormulaParsing.DependencyChainFactory.FollowChain(DependencyChain depChain, ILexer lexer, ExcelWorkbook wb, ExcelWorksheet ws, FormulaCell f, ExcelCalculationOption options)
has calculation options passed as an argument (one of which can be AllowCirculareReferences) - and it throws various "circular references" exceptions - but only checks that calc options in one place. It shoudl check the option consistently and if the AllowCirculareReferences is set - don't throw.
Thanks,
M