Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ExcelMapper/ColumnInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public bool IsSubType
/// <value>
/// <c>true</c> if the formula result will be mapped; otherwise, <c>false</c>.
/// </value>
public bool FormulaResult { get; set; }
public bool FormulaResult { get; set; } = true;

/// <summary>
/// Gets or sets a value indicating whether to save the property as a formula cell. Only needed when saving.
Expand Down