Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Using Asp.net how to copy Excel Sheet1 data to Sheet 2.
You can do it by first reading the data from sheet1 and keep it in dataset or datatable then write it on another sheet.