Skip to main content
ClosedXML package icon

ClosedXML

ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.

Total Downloads
211.5M
211,455,286
Published
Aug 7, 2018
Latest stable version

Install

.NET CLI
dotnet add package ClosedXML --version 0.93.1
Package Manager Console
Install-Package ClosedXML -Version 0.93.1
PackageReference
<PackageReference Include="ClosedXML" Version="0.93.1" />

Frameworks

.NETFramework4.0 .NETFramework4.6 .NETStandard2.0

Dependencies

DocumentFormat.OpenXml
.NETFramework4.0
[2.7.2, )
ExcelNumberFormat
.NETFramework4.0
[1.0.3, )
FastMember.Signed
.NETFramework4.0
[1.3.0, )
DocumentFormat.OpenXml
.NETFramework4.6
[2.7.2, )
ExcelNumberFormat
.NETFramework4.6
[1.0.3, )
FastMember.Signed
.NETFramework4.6
[1.3.0, )
DocumentFormat.OpenXml
.NETStandard2.0
[2.7.2, )
ExcelNumberFormat
.NETStandard2.0
[1.0.3, )
FastMember.Signed
.NETStandard2.0
[1.3.0, )
System.Drawing.Common
.NETStandard2.0
[4.5.0, )

Adoption guide

Business reporting and spreadsheet workflows where productivity and readable code are primary goals.

Office guide
Why it appears in the guide: Developer-friendly API over Open XML focused on Excel workbook generation and editing. Trade-off: Advanced or niche spreadsheet features may still require direct Open XML workarounds.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.