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.
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.
// Install OpenXMLSDK.Engine as a Cake Addin
#addin nuget:?package=OpenXMLSDK.Engine&version=2022.10310.0-preview-17&prerelease

// Install OpenXMLSDK.Engine as a Cake Tool
#tool nuget:?package=OpenXMLSDK.Engine&version=2022.10310.0-preview-17&prerelease

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. 
.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 (1)

Showing the top 1 NuGet packages that depend on OpenXMLSDK.Engine:

Package Downloads
MarkdownToDocxGenerator

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2022.10310.0 319 7/3/2023
2022.10310.0-preview-25 413 7/3/2023
2022.10310.0-preview-24 149 7/2/2023
2022.10310.0-preview-23 90 7/2/2023
2022.10310.0-preview-21 284 12/16/2022
2022.10310.0-preview-20 103 12/16/2022
2022.10310.0-preview-19 120 12/16/2022
2022.10310.0-preview-17 138 11/21/2022
2022.10310.0-preview-16 114 11/21/2022
2022.10309.0 364 11/18/2022
2022.10308.1 502 3/8/2022
2022.10220.1-alpha 175 2/20/2022
2021.11215.3 1,645 12/15/2021
2021.11215.2-alpha 204 12/15/2021
2021.10914.4 350 9/14/2021
2021.10914.3-alpha 216 9/14/2021
2021.10914.2-alpha 214 9/14/2021
2021.10914.1-alpha 202 9/14/2021
2021.10515.2 400 5/15/2021
2021.10506.1 3,967 5/6/2021
2021.10505.2-alpha 243 5/6/2021
2021.10427.2-alpha 266 4/27/2021
2021.10427.1-alpha 200 4/27/2021
2021.10426.2-alpha 222 4/26/2021
2021.10426.1-alpha 194 4/26/2021
2021.10321.2-alpha 255 3/21/2021
2021.10321.1 664 3/21/2021
2021.10314.4-alpha 210 3/14/2021
2021.10314.3 491 3/13/2021
2021.10314.1-alpha 198 3/13/2021
2021.10305.1-alpha 225 3/5/2021
2021.10226.1 357 2/26/2021
2021.10225.1-alpha 219 2/25/2021
2021.10210.2 926 2/10/2021
2021.10210.1-alpha 269 2/10/2021
2021.10206.1-alpha 229 2/6/2021
2021.10205.1 1,254 2/5/2021
2021.10204.2-alpha 224 2/4/2021
2021.10204.1-alpha 214 2/4/2021
2021.10203.1-alpha 201 2/3/2021
2021.10202.2-alpha 215 2/2/2021
2021.10202.1-alpha 211 2/2/2021
2021.10125.2-alpha 217 1/25/2021
2021.10125.1-alpha 230 1/25/2021
2020.11221.2 1,036 12/21/2020
2020.11221.1-alpha 282 12/21/2020
2020.11217.1-alpha 286 12/17/2020
2020.11211.1 494 12/11/2020
2020.11210.1-alpha 270 12/10/2020
2020.11209.1 396 12/9/2020
2020.11207.1-alpha 296 12/7/2020
2020.11126.2-alpha 268 11/26/2020
2020.11125.2-alpha 226 11/25/2020
2020.11125.1-alpha 271 11/25/2020
2020.11124.3-alpha 316 11/24/2020
2020.11124.2-alpha 259 11/24/2020
2020.11124.1-alpha 266 11/24/2020
2020.11123.2-alpha 263 11/23/2020
2020.11123.1-alpha 297 11/23/2020
2020.11119.1-alpha 293 11/19/2020
2020.10607.1 462 6/7/2020
2020.10603.1-alpha 337 6/3/2020
2020.10518.1 486 5/18/2020
2020.10401.1 1,804 4/1/2020
2020.10331.10-alpha 365 3/31/2020
2020.10331.9 496 3/31/2020
2020.10331.8-alpha 384 3/31/2020
2020.10331.6 489 3/31/2020
2020.10331.5-alpha 368 3/31/2020
2020.10331.4-alpha 334 3/31/2020
2020.10331.3 487 3/31/2020
2020.10331.2-alpha 380 3/31/2020
2020.10331.1-alpha 345 3/31/2020
2020.10330.5 483 3/30/2020
2020.10330.4-alpha 328 3/30/2020
2020.10330.3-alpha 335 3/30/2020
2020.10330.2 460 3/30/2020
2020.10330.1-alpha 327 3/30/2020
2020.10329.1-alpha 395 3/29/2020
2020.10328.3-alpha 409 3/28/2020
2020.10328.1 529 3/28/2020
2020.10327.5-alpha 357 3/27/2020
2020.10327.4-alpha 384 3/27/2020
2020.10327.3-alpha 366 3/27/2020
2020.10327.2-alpha 320 3/27/2020
2020.10327.1-alpha 353 3/27/2020
2020.10309.1-alpha 386 3/9/2020
2020.10221.2-alpha 352 2/21/2020
2020.10221.1-alpha 361 2/21/2020
2020.10128.1 510 1/28/2020
2020.10127.1-alpha 362 1/27/2020
2020.10123.1-alpha 1,361 1/23/2020
2020.10122.1-alpha 340 1/22/2020
2019.11206.1 780 12/6/2019
2019.11203.1-alpha 348 12/3/2019
2019.11129.1 470 11/29/2019
2019.11128.4-alpha 376 11/28/2019
2019.11128.3-alpha 355 11/28/2019
2019.11128.2-alpha 365 11/28/2019
2019.11128.1-alpha 360 11/28/2019
2019.11120.1 497 11/20/2019
2019.11115.2-alpha 348 11/15/2019
2019.11115.1-alpha 483 11/15/2019
2019.11114.4-alpha 340 11/14/2019
2019.11114.3-alpha 342 11/14/2019
2019.11114.2-alpha 390 11/14/2019
2019.11114.1-alpha 365 11/14/2019
2019.11113.1-alpha 373 11/13/2019
2019.11108.1-alpha 349 11/8/2019
2019.11105.6 519 11/5/2019
2019.11105.5 486 11/5/2019
2019.11105.4-alpha 376 11/5/2019
2019.11105.2-alpha 370 11/5/2019
2019.11105.1 490 11/5/2019
2019.11030.1 488 10/30/2019
2019.11018.3-alpha 347 10/18/2019
2019.11018.2-alpha 345 10/18/2019
2019.11018.1 504 10/18/2019
2019.11004.1-alpha 536 10/4/2019
2019.10927.1-alpha 370 9/27/2019
2019.10919.1-alpha 365 9/19/2019
2019.10903.4 515 9/3/2019
2019.10903.3-alpha 390 9/3/2019
2019.10903.2 486 9/3/2019
2019.10903.1-alpha 378 9/3/2019
2019.10902.7 509 9/2/2019
2019.10902.6-alpha 372 9/2/2019
2019.10902.5-alpha 370 9/2/2019
2019.10902.4 493 9/2/2019
2019.10902.3 522 9/2/2019
2019.10902.2-alpha 365 9/2/2019
2019.10902.1 522 9/1/2019
2019.10831.3 495 8/31/2019
2019.10831.2-alpha 370 8/31/2019
2019.10831.1-alpha 397 8/30/2019
2019.10830.14 543 8/30/2019
2019.10830.13-alpha 389 8/30/2019
2019.10830.12-alpha 353 8/30/2019
2019.10830.11-alpha 393 8/30/2019
2019.10830.10-alpha 370 8/30/2019
2019.10830.9 512 8/30/2019
2019.10826.2 512 8/26/2019
2019.10825.3 518 8/25/2019
2019.10825.1 513 8/25/2019
2019.10822.1-alpha 377 8/22/2019
2019.10711.3 586 7/10/2019
2019.10711.2 543 7/10/2019