How to use Epplus with cells containing few rows
问题 I want to import some excel file using epplus the problem is that some cells contains more than one row (and that cause a problem My excel look like this (in realite their is more tests (test2,test3....) I can only get the first column by this algorithm..but it will be more complicated to get the seconde column //this is the list than contain applications (column 2) ICollection<Application> applications = new List<Application>(); int i = 0; for (int j = workSheet.Dimension.Start.Row; j <=