Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
Status: New
Sheet copy in Excel Engine.

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.