Hi Guys,
This linq query RR.AsEnumerable.GroupBy(Function(x) x(“Item”).ToString) grouped the data in my input sheet.
Now I want to write each grouped data in separate sheets of input excel file.
How to proceed further to achieve it?
Thanks in Advance