Openize.OpenXML-SDK 25.1.1

dotnet add package Openize.OpenXML-SDK --version 25.1.1                
NuGet\Install-Package Openize.OpenXML-SDK -Version 25.1.1                
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="Openize.OpenXML-SDK" Version="25.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Openize.OpenXML-SDK --version 25.1.1                
#r "nuget: Openize.OpenXML-SDK, 25.1.1"                
#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 Openize.OpenXML-SDK as a Cake Addin
#addin nuget:?package=Openize.OpenXML-SDK&version=25.1.1

// Install Openize.OpenXML-SDK as a Cake Tool
#tool nuget:?package=Openize.OpenXML-SDK&version=25.1.1                

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

  1. Word: Contains source code for working with Wordprocessing documents.
  2. Excel: Contains source code for working with Excel spreadsheets.
  3. 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.

Usage

Create an Empty Word Document

var document = new Openize.Words.Document();
document.Save("word.docx");
Console.WriteLine("Empty word document created !!!");

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

Contributions are welcome! Please fork the repository and submit a pull request. For significant changes, please open an issue first to discuss what you would like to contribute.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Product 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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.1.1 76 1/28/2025