![]() |
VOOZH | about |
dotnet add package OpenXmlPowerTools.Core --version 1.0.0
NuGet\Install-Package OpenXmlPowerTools.Core -Version 1.0.0
<PackageReference Include="OpenXmlPowerTools.Core" Version="1.0.0" />
<PackageVersion Include="OpenXmlPowerTools.Core" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="OpenXmlPowerTools.Core" />Project file
paket add OpenXmlPowerTools.Core --version 1.0.0
#r "nuget: OpenXmlPowerTools.Core, 1.0.0"
#:package OpenXmlPowerTools.Core@1.0.0
#addin nuget:?package=OpenXmlPowerTools.Core&version=1.0.0Install as a Cake Addin
#tool nuget:?package=OpenXmlPowerTools.Core&version=1.0.0Install as a Cake Tool
This branch is created to support .net 8.0 and the latest version of DocumentFormat.OpenXml, 3.0.0 There are multiple breaking changes in DocumentFormat.OpenXml 3.0, which are explained on their package site, and seemed pretty easy to fix. I haven't really tested this - but it seems to work for my little project.
Actual Nuget Package
As you know, Microsoft has archived this repository and does not maintain it. Current repo is created from the LionelVallet/Open-Xml-PowerTools project and configured to be used only in actual versions .NET
For compatibility with .NET 7.0, the System.Drawing.Common library was replaced with the cross-platform SkiaSharp library.
About OpenXmlPowerTools
The Open XML PowerTools provides guidance and example code for programming with Open XML Documents (DOCX, XLSX, and PPTX). It is based on, and extends the functionality of the Open XML SDK.
It supports scenarios such as:
Copyright (c) Microsoft Corporation 2012-2017 Portions Copyright (c) Eric White Inc 2018-2019
Licensed under the MIT License. See License in the project root for license information.
There is a lot of content about OpenXmlPowerTools at the OpenXmlPowerTools Resource Center at OpenXmlDeveloper.org
See:
Prerequisites:
Build
With Visual Studio:
OpenXmlPowerTools.sln in Visual StudioWith .NET CLI toolchain:
dotnet build OpenXmlPowerTools.slnThis project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact with any additional questions or comments.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on OpenXmlPowerTools.Core:
| Package | Downloads |
|---|---|
|
Avae.Printables.Docx
Printing for avalonia |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 53,322 | 7/10/2024 |
.netCore 8, openxml 3.0.0 migrated