Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
damonpkuml committed Jan 8, 2025
1 parent 2c9215a commit 6576aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Npoi.Mapper/src/Npoi.Mapper/Extensions/TypeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static bool CanBeExported(this Type type)
typeToCheck == typeof(DateTimeOffset) ||
typeToCheck == typeof(TimeSpan) ||
typeToCheck == typeof(Guid) ||
typeToCheck == typeof(bool) ||
NumericTypes.Contains(typeToCheck);
}
}
Expand Down

0 comments on commit 6576aa0

Please sign in to comment.