diff --git a/ExcelMapper/ColumnInfo.cs b/ExcelMapper/ColumnInfo.cs index c0ba0a0..6953a48 100644 --- a/ExcelMapper/ColumnInfo.cs +++ b/ExcelMapper/ColumnInfo.cs @@ -157,7 +157,7 @@ public bool IsSubType /// /// true if the formula result will be mapped; otherwise, false. /// - public bool FormulaResult { get; set; } + public bool FormulaResult { get; set; } = true; /// /// Gets or sets a value indicating whether to save the property as a formula cell. Only needed when saving.