正常写法
[ExcelIgnore]
public string Test3 { get; set; }
这种写法与 框架里面属性有重复
正确写法
[MiniExcelLibs.Attributes.ExcelIgnore]
public string servedEval { get; set; }
正常写法
[ExcelIgnore]
public string Test3 { get; set; }
正确写法
[MiniExcelLibs.Attributes.ExcelIgnore]
public string servedEval { get; set; }
本文标题:.Net Core 解决Miniexcel [ExcelI
本文链接:https://www.haomeiwen.com/subject/vongndtx.html
网友评论