zhuangState
Results
2
issues of
zhuangState
If Bulkxxx is used for batch update and creation, can you carry exception related data like "DbUpdateException" 
1.使用自定义转换器读写Excel (我们有时候需要从excel读取数据处理成一个复杂类型,写入时再转换为简单数据) ``` public class ExcelColumnAttribute : Attribute { /// /// Excel列值转换器 /// public IValueConverter Converter { get; set; } = IValueConverter.Defualt; } /// /// Excel列值转换器 /// public interface IValueConverter...