blob: 79d03bc165c81b0859ed1285e5f6d7351ad64942 [file] [log] [blame]
namespace OfficeOpenXml.FormulaParsing;
public class ExcelCalculationOption {
public bool AllowCirculareReferences { get; set; } = false;
}