OpenXmlKit 0.2.4

dotnet add package OpenXmlKit --version 0.2.4
                    
NuGet\Install-Package OpenXmlKit -Version 0.2.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenXmlKit" Version="0.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenXmlKit" Version="0.2.4" />
                    
Directory.Packages.props
<PackageReference Include="OpenXmlKit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpenXmlKit --version 0.2.4
                    
#r "nuget: OpenXmlKit, 0.2.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OpenXmlKit@0.2.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OpenXmlKit&version=0.2.4
                    
Install as a Cake Addin
#tool nuget:?package=OpenXmlKit&version=0.2.4
                    
Install as a Cake Tool

OpenXmlKit

An ergonomic wrapper over the OpenXML SDK for building and reading Word documents.

Building and reading are separate APIs rather than one with the setters hidden, so content read from a document cannot be assigned to by mistake. Property containers are populated through the SDK's typed properties, which is what keeps their children in the schema order Word treats as the difference between a document and a corrupt one.

Covers paragraphs and runs, tables, styles including the conditional blocks a table style is mostly made of, numbering, sections, headers and footers, images, hyperlinks, fields, footnotes and document properties — and handles the characters XML forbids, which otherwise surface as an exception at save time naming none of the text that carried them.

See the readme for usage.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OpenXmlKit:

Package Downloads
Parchment

Parchment is a Word document generation library that combines docx templates or markdown with a .NET data model via liquid templating.

Parchment.Morph

Resolves Parchment's table-of-contents and page-reference fields by laying the document out with Morph, so the numbers are in the file before Word opens it.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.4 49 8/21/2026
0.2.3 55 8/21/2026
0.2.2 46 8/21/2026
0.2.0 57 8/20/2026
0.1.0 46 8/20/2026