Info
Version: | 2.5.0 |
Author(s): | egonl |
Last Update: | Wednesday, April 24, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/egonl/SharpDocx |
NuGet Url: | https://www.nuget.org/packages/SharpDocx |
Install
Install-Package SharpDocx
dotnet add package SharpDocx
paket add SharpDocx
SharpDocx Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- DocumentFormat.OpenXml(>= 2.9.1)
- DocumentFormat.OpenXml(>= 2.9.1)
- DocumentFormat.OpenXml(>= 2.9.1)
- Microsoft.CodeAnalysis.CSharp(>= 2.10.0)
Tags
The view itself is a Word document and can be as simple or complex as you want.
- Use C# code inside the view for inserting text, images or tables.
- Supports the MVC pattern, so you can use your own C# model in the template.
- Supports .NET Framework 3.5/4.5+, .NET Standard 2.0, .NET Core 3.1, .NET 5.0 and .NET 6.0.
- Based on Microsoft's Open XML SDK.
- Source code, tutorial and examples on GitHub.