HSSFSheet sheet = workbook.GetSheet("sheet0") as HSSFSheet; sheet.CopyTo(workbook, "sheet1", true, true);