WordMerge6 1.0.0.1

dotnet add package WordMerge6 --version 1.0.0.1
NuGet\Install-Package WordMerge6 -Version 1.0.0.1
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="WordMerge6" Version="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WordMerge6 --version 1.0.0.1
#r "nuget: WordMerge6, 1.0.0.1"
#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 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 Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.1 241 2/15/2023
1.0.0 196 2/15/2023