WordMerge6 1.0.0.1
dotnet add package WordMerge6 --version 1.0.0.1
NuGet\Install-Package WordMerge6 -Version 1.0.0.1
<PackageReference Include="WordMerge6" Version="1.0.0.1" />
paket add WordMerge6 --version 1.0.0.1
#r "nuget: WordMerge6, 1.0.0.1"
// Install WordMerge6 as a Cake Addin #addin nuget:?package=WordMerge6&version=1.0.0.1 // Install WordMerge6 as a Cake Tool #tool nuget:?package=WordMerge6&version=1.0.0.1
<Dapp.WordMerge6>
Description
Word documents replace marked words in a template.
- We don't need Word to create word documents in bulk from a template.
- If speed and bulk is essential than use this.
- Special library component build to use in Uipath workflow package
Table of Contents (Optional)
If your README is long, add a table of contents to make it easy for users to find what they need.
Installation
In uipath add this library component from nuget.org
Usage
This component needs the following Input
The Docx file fullpathname associated with the template. This is the location of the Word template. A new Word file will be created with the use of this template.
Category("Input")
RequiredArgument
public InArgument<string> ? Sourcefile { get; set; }
The merge needs a datatable with Column Names. These Column names will be used to replace the marked words in the template Like <<Adres>> <<Name>> <<Email>>. The marked <<Columnname>> are replaced.
Description("The Datatable associated with the template fields")
Category("Input")
public InArgument<DataTable> ? Datatabel { get; set; }
The merge is programed best with a ForeEach (row) in (datatable).
Description("The Datatable row associated with the template fields")]
Category("Input")]
public InArgument<DataRow> ? Datarow { get; set; }
The output is a new word file with replaced words from the row. Description("The output document fullpath") Category("Input") public InArgument<string> ? Finalfile { get; set; }
Credits
special thanks to Need for speed.
License
MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
-
net6.0-windows7.0
- DocumentFormat.OpenXml (>= 2.19.0)
- System.IO.Packaging (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.