How to read excel files row by row in c# using EPPlus
问题 In my MVC controller I am trying to read an excel line by line. But there is a catch. I want to be able to map it to a list . And the model class contains 29 fields. public class GroupMembershipUploadInput { public string chpt_cd {get;set;} public string cnst_mstr_id {get;set;} public string cnst_prefix_nm {get;set;} public string cnst_first_nm {get;set;} public string cnst_middle_nm {get;set;} public string cnst_last_nm {get;set;} public string cnst_addr1_street1 {get;set;} public string