DocumentFormat.OpenXml
2.7.2
See the version list below for details.
dotnet add package DocumentFormat.OpenXml --version 2.7.2
NuGet\Install-Package DocumentFormat.OpenXml -Version 2.7.2
<PackageReference Include="DocumentFormat.OpenXml" Version="2.7.2" />
<PackageVersion Include="DocumentFormat.OpenXml" Version="2.7.2" />
<PackageReference Include="DocumentFormat.OpenXml" />
paket add DocumentFormat.OpenXml --version 2.7.2
#r "nuget: DocumentFormat.OpenXml, 2.7.2"
#addin nuget:?package=DocumentFormat.OpenXml&version=2.7.2
#tool nuget:?package=DocumentFormat.OpenXml&version=2.7.2
The Open XML SDK provides open-source libraries for working with Open XML Documents (DOCX, XLSX, and PPTX). It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in DOCX files from an XML data source.
- Splitting up (shredding) a DOCX or PPTX file into multiple files, and combining multiple DOCX / PPTX files into a single file.
- High fidelity conversion of DOCX => HTML/CSS and HTML/CSS => DOCX.
- Extraction of data from XLSX.
- Searching and replacing content in DOCX / PPTX using regular expressions.
- Updating cached data and embedded spreadsheets for charts in DOCX / PPTX.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 is compatible. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.6
- System.IO.Packaging (>= 4.0.0)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.IO.Packaging (>= 4.0.0)
NuGet packages (861)
Showing the top 5 NuGet packages that depend on DocumentFormat.OpenXml:
Package | Downloads |
---|---|
ClosedXML
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.105.0 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. |
|
Omnia.Fx.NetCore
Package Description |
|
OpenXmlPowerTools
The Open XML PowerTools provides guidance and example code for programming with Open XML Documents (DOCX, XLSX, and PPTX). It is based on, and extends the functionality of the Open XML SDK. It supports scenarios such as: •Splitting DOCX/PPTX files into multiple files. •Combining multiple DOCX/PPTX files into a single file. •Populating content in template DOCX files with data from XML. •High-fidelity conversion of DOCX to HTML. •Searching and replacing content in DOCX/PPTX using regular expressions. •Managing tracked-revisions, including detecting tracked revisions, and accepting tracked revisions. •Updating Charts in DOCX/PPTX files, including updating cached data, as well as the embedded XLSX. •Retrieving metrics from DOCX files, including the hierarchy of styles used, the languages used, and the fonts used. •Writing XLSX files using far simpler code than directly writing the markup, including a streaming approach that enables writing XLSX files with millions of rows. |
|
Microting.eForm
Package Description |
|
SpreadsheetLight
SpreadsheetLight is an open source Open XML spreadsheet .NET library written in C#, and is released under the MIT License. You can create new Open XML spreadsheets, or work with existing Open XML spreadsheets that are compatible with Microsoft Excel 2007/2010/2013 and LibreOffice Calc. No Office/Excel Interop needed. You do not need Microsoft Office/Excel to be installed. |
GitHub repositories (60)
Showing the top 20 popular GitHub repositories that depend on DocumentFormat.OpenXml:
Repository | Stars |
---|---|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
ClosedXML/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.
|
|
radzenhq/radzen-blazor
Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
|
|
mini-software/MiniExcel
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
|
|
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
|
|
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
|
|
microsoft/kernel-memory
RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
|
|
dnGrep/dnGrep
Graphical GREP tool for Windows
|
|
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
|
|
dotnet/ResXResourceManager
Manage localization of all ResX-Based resources in one central place.
|
|
wieslawsoltes/Core2D
A multi-platform data driven 2D diagram editor.
|
|
microsoft/dotnet-apiport
This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools
|
|
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
|
|
VladislavAntonyuk/MauiSamples
.NET MAUI Samples
|
|
zhuxb711/RX-Explorer
一款优雅的UWP文件管理器 | An elegant UWP Explorer
|
|
dotnet/csharpstandard
Working space for ECMA-TC49-TG2, the C# standard committee.
|
|
gustavnavar/Grid.Blazor
Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
|
|
mini-software/MiniWord
.NET Word(docx) exporting template engine without COM+ & interop (support Linux and Mac)
|
|
cognidox/OfficeToPDF
A command line tool to convert Microsoft Office documents to PDFs
|
Version | Downloads | Last Updated |
---|---|---|
3.3.0 | 2,352,624 | 3/5/2025 |
3.2.0 | 3,496,763 | 11/22/2024 |
3.1.1 | 9,989,425 | 10/16/2024 |
3.1.0 | 3,021,795 | 7/30/2024 |
3.0.2 | 4,601,045 | 3/14/2024 |
3.0.1 | 5,027,074 | 1/9/2024 |
3.0.0 | 1,502,413 | 11/15/2023 |
3.0.0-beta0003 | 26,455 | 9/5/2023 |
3.0.0-beta0002 | 23,180 | 6/14/2023 |
2.20.0 | 14,116,526 | 4/6/2023 |
2.19.0 | 6,199,007 | 12/14/2022 |
2.18.0 | 6,871,166 | 9/7/2022 |
2.17.1 | 3,728,787 | 6/30/2022 |
2.16.0 | 45,122,515 | 3/15/2022 |
2.15.0 | 6,430,986 | 12/17/2021 |
2.14.0 | 2,640,053 | 10/28/2021 |
2.14.0-beta0001 | 23,623 | 9/20/2021 |
2.13.1 | 3,683,203 | 8/18/2021 |
2.13.0 | 4,661,395 | 5/13/2021 |
2.13.0-beta0002 | 7,700 | 4/20/2021 |
2.13.0-beta0001 | 15,843 | 3/10/2021 |
2.12.3 | 3,633,097 | 2/24/2021 |
2.12.2 | 405,672 | 2/17/2021 |
2.12.1 | 2,483,504 | 1/11/2021 |
2.12.0 | 2,773,028 | 12/15/2020 |
2.11.3 | 9,013,623 | 7/17/2020 |
2.11.2 | 353,258 | 7/10/2020 |
2.11.1 | 10,544 | 7/10/2020 |
2.11.0 | 2,433,847 | 5/21/2020 |
2.11.0-beta0001 | 50,810 | 3/25/2020 |
2.10.1 | 5,213,607 | 2/28/2020 |
2.10.0 | 2,212,235 | 1/10/2020 |
2.10.0-beta0002 | 341,702 | 7/11/2019 |
2.10.0-beta0001 | 71,861 | 6/10/2019 |
2.9.1 | 10,798,867 | 3/13/2019 |
2.9.0 | 1,257,815 | 1/25/2019 |
2.8.1 | 9,577,544 | 1/6/2018 |
2.8.0 | 177,628 | 12/30/2017 |
2.7.2 | 55,276,257 | 6/7/2017 |
2.7.1 | 599,446 | 5/1/2017 |
2.5.0 | 14,576,136 | 8/4/2013 |
1.0.0 | 2,149,016 | 6/18/2011 |
2.7.1 : January 31, 2017
-Fixed crash when validation is invoked on .NET Framework with strong-naming enforced
Version 2.7.0 : January 24, 2017
- Added support for .NET Standard 1.3
- Moved to using System.IO.Packaging from dotnet/corefx for .NET Standard 1.3 and WindowsBase for .NET 4.5
- Cleaned up project build system to use .NET CLI
Version 2.6.1 : January 15, 2016
- Added hundreds of XUnit tests. There are now a total of 1333 tests. They take about 20 minutes to run, so be patient.
Version 2.6.0 : June 29, 2015
- The big feature in 2.6 is the inclusion of a replacement for System.IO.Packaging, which has a serious bug that causes it (albeit rarely and in specific circumstances) to throw exceptions (ObjectDisposedException and NullReferenceException). You can find out more about this bug and whether it affects you in [the blog post that announces the release of the new System.IO.Packaging] (http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2015/06/29/announcing-the-release-of-a-new-system-io-packaging-implementation.aspx).