Version 15.0.0.0: Download Microsoft.office.interop.excel.dll

Microsoft.Office.Interop.Excel.dll is a .NET assembly that provides a set of .NET classes, interfaces, and enumerations that allow .NET developers to interact with Microsoft Office Excel. This assembly is part of the Microsoft Office Primary Interop Assemblies, which are a set of assemblies that enable .NET developers to automate and extend Microsoft Office applications.

// Create a new worksheet Excel.Worksheet worksheet = workbook.Sheets.Add(); download microsoft.office.interop.excel.dll version 15.0.0.0

using Microsoft.Office.Interop.Excel;