How to Copy one excel file data to another excel file with different sheet name

@Rahul_Raj, Implement this while logic after reading your excel expense 1.

Excel

For your reference : In write range I have written dt.AsEnumerable().Skip(nSkip).Take(nTake).CopyToDatatable()

nTake is the number of rows based on which you split into different sheet here its 10.

Regards,
Dominic :slight_smile: