C# Mapping Excel to complex object

前端 未结 0 1291
南旧
南旧 2021-01-14 07:31

I have an excel file with products which I want to map to the same class:

 public class Field
{
    public virtual string Name { get; set; }

    public virtu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题