Epplus

// Add a worksheet var worksheet = package.Workbook.Worksheets.Add("Sheet1");

Working with EPPlus typically revolves around the ExcelPackage class, which represents the entire Excel file. : epplus