FluentWriter is available as a NuGet package. You can install it through your IDE by searching for FluentWriter.Word.Fluent:
Or use one of the following methods:
// Package Manager
Install-Package FluentWriter.Word.Fluent
// .NET CLI
dotnet add package FluentWriter.Word.Fluent
// Package reference in .csproj file
<PackageReference Include="FluentWriter.Word.Fluent" Version="X.X.X" />
Check the package details on the NuGet website: