Openize.OpenXML-SDK
25.6.2
dotnet add package Openize.OpenXML-SDK --version 25.6.2
NuGet\Install-Package Openize.OpenXML-SDK -Version 25.6.2
<PackageReference Include="Openize.OpenXML-SDK" Version="25.6.2" />
<PackageVersion Include="Openize.OpenXML-SDK" Version="25.6.2" />
<PackageReference Include="Openize.OpenXML-SDK" />
paket add Openize.OpenXML-SDK --version 25.6.2
#r "nuget: Openize.OpenXML-SDK, 25.6.2"
#addin nuget:?package=Openize.OpenXML-SDK&version=25.6.2
#tool nuget:?package=Openize.OpenXML-SDK&version=25.6.2
Openize.OpenXML SDK for .NET
Openize.OpenXML SDK for .NET is a powerful and easy-to-use wrapper around the OpenXML SDK, enabling developers to work seamlessly with Wordprocessing documents (Docx), Excel spreadsheets (Xlsx), and PowerPoint presentations (Pptx) in their .NET applications.
Features
- Word: Create, read, and manipulate Wordprocessing documents (.docx).
- Excel: Create, read, and manipulate Excel spreadsheets (.xlsx).
- PowerPoint: Create, read, and manipulate PowerPoint presentations (.pptx).
Directories
- Word: Contains source code for working with Wordprocessing documents.
- Excel: Contains source code for working with Excel spreadsheets.
- PowerPoint: Contains source code for working with PowerPoint presentations.
Installation
This project is licensed under the MIT License, so you can freely use it in your projects. To include Openize.OpenXML SDK for .NET in your application, simply clone the repository or add the library to your project via NuGet:
dotnet add package Openize.OpenXML-SDK
Usage
Create an Empty Word Document
var document = new Openize.Words.Document();
document.Save("word.docx");
Console.WriteLine("Empty word document created !!!");
For more details please check word readme.
Create an Empty Excel Spreadsheet
var workbook = new Openize.Cells.Workbook();
workbook.Save("excel.xlsx");
Console.WriteLine("Empty excel document created !!!");
Create an Empty PowerPoint Presentation
var presentation = Openize.Slides.Presentation.Create("powerpoint.pptx");
presentation.AppendSlide(new Openize.Slides.Slide());
presentation.Save();
Console.WriteLine("Empty Presentation document created !!!");
Contributing
Thank you for your interest in contributing to this project! We welcome contributions from the community. To ensure a smooth collaboration, please follow these steps when submitting a pull request:
- Fork & Clone – Fork the repository and clone it to your local machine.
- Create a Branch – Work on a new branch specific to your contribution.
- Sign the Contributor License Agreement (CLA) – Before we can accept your first contribution, you must sign our CLA via CLA Assistant. When you submit your first pull request, you will be prompted to sign the agreement. You can also review the CLA here: https://cla.openize.com/agreement.
- Submit a Pull Request (PR) – Once your changes are ready, submit a PR with a clear description of your contribution.
- Review Process – Our maintainers will review your PR and provide feedback if necessary.
By contributing to this project, you agree to the terms of the CLA and confirm that your contributions comply with the project’s licensing policies.
We appreciate your contributions and look forward to collaborating with you!
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- DocumentFormat.OpenXml (>= 3.2.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Openize.OpenXML-SDK:
Package | Downloads |
---|---|
Openize.OpenXML-SDK.Examples
Example projects demonstrating how to use the Openize.OpenXML-SDK library to work with Office documents. Includes samples for Excel, Word, and PowerPoint manipulation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
25.6.2 | 75 | 6/27/2025 |
25.6.1.1 | 100 | 6/20/2025 |
25.6.1 | 141 | 6/18/2025 |
25.6.0.2 | 136 | 6/17/2025 |
25.6.0.1 | 130 | 6/16/2025 |
25.6.0 | 318 | 6/10/2025 |
25.5.2 | 165 | 5/29/2025 |
25.5.1 | 199 | 5/19/2025 |
25.5.0 | 173 | 5/9/2025 |
25.4.2 | 150 | 4/30/2025 |
25.4.1 | 193 | 4/21/2025 |
25.4.0 | 219 | 4/10/2025 |
25.3.2 | 151 | 3/27/2025 |
25.3.1 | 175 | 3/23/2025 |
25.3.0 | 330 | 3/10/2025 |
25.2.0 | 252 | 2/24/2025 |
25.1.1 | 168 | 1/28/2025 |