blob: d6d94a7a2527ad0d5b72ce6b143ac907884b41ca [file]
namespace AppsheetEpplus;
public class ExcelCalculationOption {
public bool AllowCirculareReferences { get; set; } = false;
}