Is it possible to get a cell value from excel sheet using EPPlus and Linq?
Example:
I have an excel sheet with 3 columns
Column 1 = Userid
Column 2 = Email address
Column 3 = Full name
Now i would like to return the email address where userid = x
I hope it’s more clear now.
Suppose
Column 1isa,Column 2isb:It will work!
Edited: It will return the collection of ExcelRange.