SharpDocx 1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SharpDocx --version 1.0.0
NuGet\Install-Package SharpDocx -Version 1.0.0
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="SharpDocx" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpDocx --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SharpDocx, 1.0.0"
#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 SharpDocx as a Cake Addin #addin nuget:?package=SharpDocx&version=1.0.0 // Install SharpDocx as a Cake Tool #tool nuget:?package=SharpDocx&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Framework for creating Word documents
- Use C# code inside Word documents.
- Supports the MVC pattern, where the view is a Word document.
- Create simple and complex documents with ease.
- High performance.
- Based on Microsoft's Open XML SDK.
- Source code, tutorial and sample code on GitHub.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- DocumentFormat.OpenXml (>= 2.7.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SharpDocx:
Package | Downloads |
---|---|
TS.AppFramework
Package Description |
|
Base.TBH
Package Description |
|
Yiyun.Office
Yiyun.Office |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.5.0 | 15,496 | 4/24/2024 |
2.4.1 | 286 | 4/18/2024 |
2.4.0 | 56,289 | 1/30/2023 |
2.3.0 | 14,744 | 10/9/2022 |
2.2.0 | 36,691 | 1/20/2022 |
2.1.0.1 | 12,512 | 10/16/2021 |
2.0.4 | 68,637 | 8/17/2020 |
2.0.3 | 1,260 | 7/28/2020 |
2.0.2 | 15,169 | 3/13/2020 |
2.0.1 | 1,557 | 2/7/2020 |
1.2.1 | 1,387 | 12/23/2019 |
1.2.0 | 1,732 | 2/22/2019 |
1.1.0 | 6,742 | 1/4/2018 |
1.0.0 | 1,746 | 1/1/2018 |
Version 1.0.0 - January 1, 2018
- Initial version.