ClosedXML 0.104.2
Prefix ReservedSee the version list below for details.
dotnet add package ClosedXML --version 0.104.2
NuGet\Install-Package ClosedXML -Version 0.104.2
<PackageReference Include="ClosedXML" Version="0.104.2" />
<PackageVersion Include="ClosedXML" Version="0.104.2" />
<PackageReference Include="ClosedXML" />
paket add ClosedXML --version 0.104.2
#r "nuget: ClosedXML, 0.104.2"
#addin nuget:?package=ClosedXML&version=0.104.2
#tool nuget:?package=ClosedXML&version=0.104.2
See
Description
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.
For more information see the documentation or the wiki.
Install ClosedXML via NuGet
If you want to include ClosedXML in your project, you can install it directly from NuGet
To install ClosedXML, run the following command in the Package Manager Console
PM> Install-Package ClosedXML
What can you do with this?
ClosedXML allows you to create Excel files without the Excel application. The typical example is creating Excel reports on a web server.
Example:
using (var workbook = new XLWorkbook())
{
var worksheet = workbook.Worksheets.Add("Sample Sheet");
worksheet.Cell("A1").Value = "Hello World!";
worksheet.Cell("A2").FormulaA1 = "=MID(A1, 7, 5)";
workbook.SaveAs("HelloWorld.xlsx");
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- ClosedXML.Parser (>= 1.2.0 && < 2.0.0)
- DocumentFormat.OpenXml (>= 3.1.1 && < 4.0.0)
- ExcelNumberFormat (>= 1.1.0)
- Microsoft.Bcl.HashCode (>= 1.1.1)
- RBush (>= 4.0.0)
- SixLabors.Fonts (>= 1.0.0)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.1
- ClosedXML.Parser (>= 1.2.0 && < 2.0.0)
- DocumentFormat.OpenXml (>= 3.1.1 && < 4.0.0)
- ExcelNumberFormat (>= 1.1.0)
- RBush (>= 4.0.0)
- SixLabors.Fonts (>= 1.0.0)
NuGet packages (424)
Showing the top 5 NuGet packages that depend on ClosedXML:
Package | Downloads |
---|---|
ClosedXML.Report
ClosedXML.Report is a tool for report generation and data analysis in .NET applications through the use of Microsoft Excel. ClosedXML.Report is a .NET-library for report generation Microsoft Excel without requiring Excel to be installed on the machine that's running the code. |
|
CsvHelper.Excel.Core
An implementation of ICsvParser and ICsvSerializer from CsvHelper that reads and writes using the ClosedXml library. |
|
OO.Data
Data Entity base types and declarations for EasyDataCore infrastructure |
|
ClosedXML.Extensions.Mvc
MVC extensions for ClosedXML |
|
Microsoft.KernelMemory.Core
The package contains the the core logic and abstractions of Kernel Memory, not including extensions. |
GitHub repositories (36)
Showing the top 20 popular GitHub repositories that depend on ClosedXML:
Repository | Stars |
---|---|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
|
mini-software/MiniExcel
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
|
|
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
|
|
open-rpa/openrpa
Free Open Source Enterprise Grade RPA
|
|
YarnSpinnerTool/YarnSpinner
Yarn Spinner is a tool for building interactive dialogue in games!
|
|
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 19, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
|
|
microsoft/kernel-memory
RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
|
|
abpframework/abp-samples
Sample solutions built with the ABP Framework
|
|
Yu-Core/SwashbucklerDiary
侠客日记是一个开源、跨平台的本地日记app,使用Blazor开发,支持Android,Windows,macOS,Web,Linux。"SwashbucklerDiary" is an open source cross-platform local diary app using Blazor , support Android,Windows,macOS,Web,Linux.
|
|
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
|
|
VladislavAntonyuk/MauiSamples
.NET MAUI Samples
|
|
DotNetNext/WebFirst
.NET CORE 代码生成器 ,Web中使用CodeFirst模式, 实体 生成器,UI代码 生成器,在线建表,PostgresSql生成器,达梦生成器,金仓生成器MySql生成器,SQLServere生成器、Oracle生成器、Sqlite生成器、导出文档,模版配置, WEB代码生成器 ,API代码生成器
|
|
KorzhCom/EasyData
Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.
|
|
ClosedXML/ClosedXML.Report
ClosedXML.Report is a tool for report generation with which you can easily export any data from your .NET classes to Excel using a XLSX-template.
|
|
sveinungf/spreadcheetah
SpreadCheetah is a high-performance .NET library for generating spreadsheet (Microsoft Excel XLSX) files.
|
|
TabBlazor/TabBlazor
Blazor admin template based on Tabler UI
|
|
neozhu/visitormanagement
helps in managing visitors visiting the institutions for various reasons. It allows visitors to check-in digitally to eliminate the tedious registeration and other paperwork. Additionally, it also keeps a track of every individual inside the campus and their timings. Institutions has guards who enter their detail in some notebooks to keep a log which are practically impossible to reconcile. It is really unpleasent and hectic for visitor to stand at the gate and give details about the visit. To ease the process of registeration, Entry-In, Entry-Out, time tracking and logging the history, this VMS can be of great use!!
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
ShapeCrawler/ShapeCrawler
🍂 A .NET library for manipulating PowerPoint presentations
|
|
pearlxcore/PS4-PKG-Tool
Manage and perform various operations on PS4 PKG.
|
Version | Downloads | Last updated |
---|---|---|
0.105.0-rc | 46,749 | 1/22/2025 |
0.104.2 | 3,653,317 | 11/15/2024 |
0.104.1 | 2,124,283 | 9/30/2024 |
0.104.0-rc1 | 67,128 | 9/17/2024 |
0.104.0-preview2 | 384,750 | 10/26/2023 |
0.103.0-beta | 32,818 | 9/28/2023 |
0.102.3 | 2,951,037 | 7/18/2024 |
0.102.2 | 9,138,531 | 1/5/2024 |
0.102.1 | 5,368,987 | 8/18/2023 |
0.102.0 | 2,069,363 | 6/24/2023 |
0.102.0-rc | 8,068 | 6/18/2023 |
0.101.0 | 3,186,434 | 4/9/2023 |
0.101.0-rc | 4,989 | 4/1/2023 |
0.100.3 | 4,126,567 | 1/12/2023 |
0.100.2 | 66,440 | 1/10/2023 |
0.100.1 | 31,276 | 1/9/2023 |
0.100.0 | 141,883 | 1/9/2023 |
0.97.0 | 4,816,907 | 10/21/2022 |
0.96.0 | 7,371,928 | 6/29/2022 |
0.95.4 | 24,060,070 | 12/16/2020 |
0.95.3 | 8,945,254 | 5/25/2020 |
0.95.2 | 749,502 | 4/26/2020 |
0.95.1 | 223,574 | 4/23/2020 |
0.95.0 | 1,272,217 | 4/15/2020 |
0.95.0-beta2 | 109,382 | 8/21/2019 |
0.95.0-beta1 | 45,335 | 4/4/2019 |
0.94.2 | 7,199,637 | 12/18/2018 |
0.94.0 | 74,063 | 12/12/2018 |
0.94.0-rc2 | 5,489 | 11/29/2018 |
0.94.0-rc1 | 8,700 | 11/11/2018 |
0.93.1 | 1,131,446 | 8/7/2018 |
0.93.0 | 528,713 | 6/25/2018 |
0.93.0-rc3 | 8,313 | 6/7/2018 |
0.93.0-rc2 | 4,450 | 5/31/2018 |
0.93.0-beta4 | 4,877 | 5/14/2018 |
0.93.0-beta2 | 5,558 | 4/26/2018 |
0.93.0-beta1 | 3,120 | 4/19/2018 |
0.92.1 | 1,336,078 | 4/10/2018 |
0.92.0-beta1 | 6,177 | 3/22/2018 |
0.91.1 | 66,676 | 4/4/2018 |
0.91.0 | 326,191 | 1/31/2018 |
0.91.0-beta3 | 4,587 | 1/23/2018 |
0.91.0-beta2 | 14,885 | 12/8/2017 |
0.91.0-beta1 | 3,064 | 11/29/2017 |
0.90.0 | 792,460 | 10/23/2017 |
0.90.0-beta2 | 3,377 | 10/6/2017 |
0.89.0 | 411,038 | 9/12/2017 |
0.89.0-beta1 | 5,501 | 8/23/2017 |
0.88.0 | 234,545 | 7/24/2017 |
0.88.0-beta1 | 10,661 | 7/10/2017 |
0.87.1 | 1,909,257 | 4/3/2017 |
0.86.0 | 455,859 | 1/6/2017 |
0.85.0 | 362,694 | 12/7/2016 |
0.80.1 | 772,249 | 9/15/2016 |
0.76.0 | 1,756,028 | 12/16/2014 |
0.75.0 | 223,012 | 9/17/2014 |
0.74.0 | 47,007 | 8/10/2014 |
0.73.0 | 41,356 | 6/24/2014 |
0.72.3 | 31,564 | 6/4/2014 |
0.72.2 | 5,322 | 6/4/2014 |
0.72.1 | 60,746 | 6/4/2014 |
0.72.0 | 12,787 | 6/4/2014 |
0.71.1 | 19,634 | 5/26/2014 |
0.70.0 | 14,683 | 5/18/2014 |
0.69.2 | 171,955 | 10/3/2013 |
0.69.1 | 92,367 | 8/15/2013 |
0.69.0 | 8,346 | 8/10/2013 |
0.68.1 | 113,241 | 10/20/2012 |
0.68.0 | 6,842 | 10/12/2012 |
0.67.2 | 25,457 | 8/14/2012 |
0.67.1 | 5,380 | 8/13/2012 |
0.67.0 | 5,505 | 8/12/2012 |
0.66.1 | 6,180 | 7/28/2012 |
0.66.0 | 5,752 | 7/18/2012 |
0.65.2 | 11,047 | 4/21/2012 |
0.64.0 | 28,114 | 2/4/2012 |