How to enter each group data in separate excel sheets using LinQ

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

Hi,

Can you try the following sample?

Sample
Sample20241121-1.zip (9.6 KB)

Regards,

Thank You @Yoichi . Its working Fine

1 Like