FileFormat.Words
24.7.0
See the version list below for details.
dotnet add package FileFormat.Words --version 24.7.0
NuGet\Install-Package FileFormat.Words -Version 24.7.0
<PackageReference Include="FileFormat.Words" Version="24.7.0" />
paket add FileFormat.Words --version 24.7.0
#r "nuget: FileFormat.Words, 24.7.0"
// Install FileFormat.Words as a Cake Addin #addin nuget:?package=FileFormat.Words&version=24.7.0 // Install FileFormat.Words as a Cake Tool #tool nuget:?package=FileFormat.Words&version=24.7.0
FileFormat.Words for .NET
FileFormat.Words for .NET - A versatile free open source .NET SDK for creating, loading, and modifying MS Word documents. With this SDK, you can easily write your own C# code to insert, update, remove or append any elements including paragraphs, images and tables into Microsoft Word Documents.
Table of Contents
- What does this project do?
- Why is this project useful?
- How do I get started?
- Where can I get more help, if I need it?
- License
What does this project do?
FileFormat.Words for .NET is an open-source SDK designed to streamline the process of working with Microsoft Word documents. The SDK wraps various open-source engines, including the Microsoft backed OpenXML SDK, to provide a unified and user-friendly interface for creating, loading, and modifying Word documents. Whether you're building applications that generate reports, automate document workflows, or enhance document management systems, FileFormat.Words for .NET aims to simplify the integration of MS Word document functionality.
Why is this project useful?
Versatility: FileFormat.Words for .NET supports a range of operations, making it versatile for different use cases, such as document generation, template management, and content manipulation.
Interoperability: By leveraging established open-source engines like the Microsoft backed OpenXML SDK, this SDK ensures compatibility with Microsoft Word standards, fostering seamless interoperability.
Open Source: Being an open-source project, FileFormat.Words for .NET encourages collaboration and contributions from the community. Developers can tailor the SDK to their specific needs and contribute enhancements for the benefit of all.
How do I get started?
To get started with FileFormat.Words for .NET, follow these steps:
Installation:
- Clone the repository to your local machine. OR
- Install via Nuget.
- For more information, please check out Installation.
Usage:
- Explore the documentation.
- Check out the examples for sample code snippets to kickstart your integration.
Contribution:
- If you find issues or have improvements, feel free to open a GitHub issue or submit a pull request.
Where can I get more help, if I need it?
If you need assistance or have questions, you can reach out in the following ways:
Documentation: Refer to the documentation for detailed information on SDK usage and features.
GitHub Issues: Open a GitHub issue to report bugs, suggest enhancements, or seek help.
Gists: Comprehensive Code Examples for many features.
Contact: Please feel free to drop a message at words@fileformat.dev to get with our developers.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- DocumentFormat.OpenXml (>= 3.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FileFormat.Words:
Package | Downloads |
---|---|
FileFormat.Words.Examples
Explore a collection of concise C# examples and Gists showcasing efficient ways to manipulate Word documents using the FileFormat.Words C# API. Simplify document processing tasks with these practical code snippets for enhanced Word document handling. |
GitHub repositories
This package is not used by any popular GitHub repositories.