I want to exclude lines from the Excel file depending on value of other file
I have to read column H value from Excel A
Read the corresponding “Exclude from value” from Excel B
If “Exclude from value” in column B is “YES”, remove the line from Excel A
Need only linq query for this