OpenXMLSDK.Engine 2022.10310.0-preview-17

This is a prerelease version of OpenXMLSDK.Engine.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenXMLSDK.Engine --version 2022.10310.0-preview-17
                    
NuGet\Install-Package OpenXMLSDK.Engine -Version 2022.10310.0-preview-17
                    
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="OpenXMLSDK.Engine" Version="2022.10310.0-preview-17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenXMLSDK.Engine" Version="2022.10310.0-preview-17" />
                    
Directory.Packages.props
<PackageReference Include="OpenXMLSDK.Engine" />
                    
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 OpenXMLSDK.Engine --version 2022.10310.0-preview-17
                    
#r "nuget: OpenXMLSDK.Engine, 2022.10310.0-preview-17"
                    
#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 OpenXMLSDK.Engine@2022.10310.0-preview-17
                    
#: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=OpenXMLSDK.Engine&version=2022.10310.0-preview-17&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OpenXMLSDK.Engine&version=2022.10310.0-preview-17&prerelease
                    
Install as a Cake Tool

OpenXMLSDK.Engine

This library let you to create quickly some docx documents, based on the ooxml sdk of Microsoft.

By using the WordManager object, you will be able to geneate quickly your documents.

Quality and packaging

Quality Gate Status .NET NuGet package

API

The API of WordManager is very easy to understand and to use.

WordManager Open existing template

In order to open a template, call the OpenDocFromTemplate method

	
    var resourceName = "<Set full template file path here>"; // ex : C:\temp\template.dotx
    var finalFilePath = "<Set saved new document file path here>"; // ex : C:\temp\createdDoc.docx
	
    using (var word = new WordManager())
    {
        word.OpenDocFromTemplate(resourceName, finalFilePath, true);

        word.SaveDoc();
        word.CloseDoc();
    }
	
WordManager Insert text on bookmark

Using the name of the database and the folder on the client device where to store database files:

	
    var resourceName = "<Set full template file path here>"; // ex : C:\temp\template.dotx
    var finalFilePath = "<Set saved new document file path here>"; // ex : C:\temp\createdDoc.docx
	
    using (var word = new WordManager())
    {
        word.OpenDocFromTemplate(resourceName, finalFilePath, true);

        word.SaveDoc();
        word.CloseDoc();
    }
	

Contribute

How to contribute

If you want to contribute to this project, you can do it in several ways:

  • [Submit bugs and feature requests]
  • [Review source code changes]
  • [Review the documentation and make pull requests for anything from typos to new content]
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 OpenXMLSDK.Engine:

Package Downloads
MarkdownToDocxGenerator

Helper library that let you generate Word document based on markdown files.

MDev.Dotnet.SemanticKernel.Plugins.Oxml.Docx

Plugin for semantic kernel that let you (or the LLM) to create docx documents

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2022.10313.0 174 9/23/2025
2022.10313.0-preview-045 157 9/23/2025
2022.10313.0-preview-044 369 9/11/2025
2022.10312.0 2,138 12/16/2024
2022.10312.0-preview-041 2,075 12/16/2024
2022.10312.0-preview-040 156 12/16/2024
2022.10311.0 200 12/4/2024
2022.10311.0-preview-038 163 12/4/2024
2022.10311.0-preview-037 123 11/28/2024
2022.10311.0-preview-036 118 11/28/2024
2022.10311.0-preview-035 122 11/28/2024
2022.10311.0-preview-034 252 11/28/2024
2022.10311.0-preview-033 128 11/24/2024
2022.10311.0-preview-030 117 11/24/2024
2022.10310.0 951 7/3/2023
2022.10310.0-preview-25 1,845 7/3/2023
2022.10310.0-preview-24 270 7/2/2023
2022.10310.0-preview-23 174 7/2/2023
2022.10310.0-preview-21 535 12/16/2022
2022.10310.0-preview-20 200 12/16/2022
2022.10310.0-preview-19 219 12/16/2022
2022.10310.0-preview-17 241 11/21/2022
2022.10310.0-preview-16 239 11/21/2022
2022.10309.0 486 11/18/2022
2022.10308.1 621 3/8/2022
2022.10220.1-alpha 284 2/20/2022
2021.11215.3 1,787 12/15/2021
2021.11215.2-alpha 343 12/15/2021
2021.10914.4 494 9/14/2021
2021.10914.3-alpha 370 9/14/2021
2021.10914.2-alpha 333 9/14/2021
2021.10914.1-alpha 355 9/14/2021
2021.10515.2 522 5/15/2021
2021.10506.1 4,579 5/6/2021
2021.10505.2-alpha 381 5/6/2021
2021.10427.2-alpha 395 4/27/2021
2021.10427.1-alpha 347 4/27/2021
2021.10426.2-alpha 387 4/26/2021
2021.10426.1-alpha 336 4/26/2021
2021.10321.2-alpha 404 3/21/2021
2021.10321.1 851 3/21/2021
2021.10314.4-alpha 352 3/14/2021
2021.10314.3 644 3/13/2021
2021.10314.1-alpha 351 3/13/2021
2021.10305.1-alpha 362 3/5/2021
2021.10226.1 522 2/26/2021
2021.10225.1-alpha 347 2/25/2021
2021.10210.2 1,090 2/10/2021
2021.10210.1-alpha 437 2/10/2021
2021.10206.1-alpha 370 2/6/2021
2021.10205.1 1,405 2/5/2021
2021.10204.2-alpha 377 2/4/2021
2021.10204.1-alpha 352 2/4/2021
2021.10203.1-alpha 367 2/3/2021
2021.10202.2-alpha 371 2/2/2021
2021.10202.1-alpha 388 2/2/2021
2021.10125.2-alpha 355 1/25/2021
2021.10125.1-alpha 400 1/25/2021
2020.11221.2 1,199 12/21/2020
2020.11221.1-alpha 443 12/21/2020
2020.11217.1-alpha 442 12/17/2020
2020.11211.1 663 12/11/2020
2020.11210.1-alpha 414 12/10/2020
2020.11209.1 545 12/9/2020
2020.11207.1-alpha 468 12/7/2020
2020.11126.2-alpha 449 11/26/2020
2020.11125.2-alpha 378 11/25/2020
2020.11125.1-alpha 428 11/25/2020
2020.11124.3-alpha 473 11/24/2020
2020.11124.2-alpha 416 11/24/2020
2020.11124.1-alpha 419 11/24/2020
2020.11123.2-alpha 424 11/23/2020
2020.11123.1-alpha 440 11/23/2020
2020.11119.1-alpha 469 11/19/2020
2020.10607.1 657 6/7/2020
2020.10603.1-alpha 502 6/3/2020
2020.10518.1 660 5/18/2020
2020.10401.1 1,985 4/1/2020
2020.10331.10-alpha 510 3/31/2020
2020.10331.9 700 3/31/2020
2020.10331.8-alpha 553 3/31/2020
2020.10331.6 664 3/31/2020
2020.10331.5-alpha 515 3/31/2020
2020.10331.4-alpha 521 3/31/2020
2020.10331.3 669 3/31/2020
2020.10331.2-alpha 528 3/31/2020
2020.10331.1-alpha 513 3/31/2020
2020.10330.5 652 3/30/2020
2020.10330.4-alpha 492 3/30/2020
2020.10330.3-alpha 480 3/30/2020
2020.10330.2 627 3/30/2020
2020.10330.1-alpha 488 3/30/2020
2020.10329.1-alpha 567 3/29/2020
2020.10328.3-alpha 569 3/28/2020
2020.10328.1 692 3/28/2020
2020.10327.5-alpha 549 3/27/2020
2020.10327.4-alpha 553 3/27/2020
2020.10327.3-alpha 514 3/27/2020
2020.10327.2-alpha 465 3/27/2020
2020.10327.1-alpha 507 3/27/2020
2020.10309.1-alpha 559 3/9/2020
2020.10221.2-alpha 513 2/21/2020
2020.10221.1-alpha 524 2/21/2020
2020.10128.1 664 1/28/2020
2020.10127.1-alpha 538 1/27/2020
2020.10123.1-alpha 1,491 1/23/2020
2020.10122.1-alpha 474 1/22/2020
2019.11206.1 928 12/6/2019
2019.11203.1-alpha 493 12/3/2019
2019.11129.1 640 11/29/2019
2019.11128.4-alpha 552 11/28/2019
2019.11128.3-alpha 538 11/28/2019
2019.11128.2-alpha 525 11/28/2019
2019.11128.1-alpha 525 11/28/2019
2019.11120.1 645 11/20/2019
2019.11115.2-alpha 493 11/15/2019
2019.11115.1-alpha 668 11/15/2019
2019.11114.4-alpha 508 11/14/2019
2019.11114.3-alpha 505 11/14/2019
2019.11114.2-alpha 531 11/14/2019
2019.11114.1-alpha 516 11/14/2019
2019.11113.1-alpha 541 11/13/2019
2019.11108.1-alpha 517 11/8/2019
2019.11105.6 689 11/5/2019
2019.11105.5 644 11/5/2019
2019.11105.4-alpha 541 11/5/2019
2019.11105.2-alpha 527 11/5/2019
2019.11105.1 655 11/5/2019
2019.11030.1 656 10/30/2019
2019.11018.3-alpha 493 10/18/2019
2019.11018.2-alpha 496 10/18/2019
2019.11018.1 673 10/18/2019
2019.11004.1-alpha 687 10/4/2019
2019.10927.1-alpha 529 9/27/2019
2019.10919.1-alpha 540 9/19/2019
2019.10903.4 686 9/3/2019
2019.10903.3-alpha 555 9/3/2019
2019.10903.2 676 9/3/2019
2019.10903.1-alpha 540 9/3/2019
2019.10902.7 705 9/2/2019
2019.10902.6-alpha 539 9/2/2019
2019.10902.5-alpha 535 9/2/2019
2019.10902.4 664 9/2/2019
2019.10902.3 700 9/2/2019
2019.10902.2-alpha 515 9/2/2019
2019.10902.1 692 9/1/2019
2019.10831.3 651 8/31/2019
2019.10831.2-alpha 529 8/31/2019
2019.10831.1-alpha 564 8/30/2019
2019.10830.14 693 8/30/2019
2019.10830.13-alpha 560 8/30/2019
2019.10830.12-alpha 544 8/30/2019
2019.10830.11-alpha 552 8/30/2019
2019.10830.10-alpha 542 8/30/2019
2019.10830.9 668 8/30/2019
2019.10826.2 719 8/26/2019
2019.10825.3 679 8/25/2019
2019.10825.1 686 8/25/2019
2019.10822.1-alpha 528 8/22/2019
2019.10711.3 784 7/10/2019
2019.10711.2 714 7/10/2019