I hope the Excel Engine would implement sheet copy.
example code.
-----------------------------------------
WorkSheet from = workbook.Worksheets[0];
from.CopySheet("newsheet1");
-----------------------------------------
Microsoft's library can do copy sheet, so I'd like to see Excel Engine implement sheet copy.