-
-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Input string was not in a correct format. #241
Labels
area-excel
excel
Comments
@taoqijing Can you provide the data? I need to duplicate this problem. |
//文件导出类 /// 车牌号 /// [ImporterHeader(Name = "车牌号")] [ExporterHeader(DisplayName = "车牌号")] [Required(ErrorMessage = "车牌号不能为空")] public string CarNum { get; set; }
|
@taoqijing Close issue? Does it need to be reopened? |
点错了,抱歉 |
You can upgrade to the latest version.
|
非常感谢! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
您好,打扰了.
项目升级到net5.0之后,导出功能出现错误提示,枚举类型
Input string was not in a correct format.Couldn't store <公交车> in CarType Column. Expected type is EnumCarType.
版本:最新版2.5.1.7
The text was updated successfully, but these errors were encountered: