Info
Version: | 4.5.3.2 |
Author(s): | Eric White |
Last Update: | Monday, August 7, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/OfficeDev/Open-Xml-PowerTools |
NuGet Url: | https://www.nuget.org/packages/OpenXmlPowerTools |
Install
Install-Package OpenXmlPowerTools
dotnet add package OpenXmlPowerTools
paket add OpenXmlPowerTools
OpenXmlPowerTools Download (Unzip the "nupkg" after downloading)
Dependencies
- DocumentFormat.OpenXml(>= 2.7.2)
- System.Management.Automation.dll(>= 10.0.10586)
Tags
It is based on, and extends the functionality of the Open XML SDK.
It supports scenarios such as:
•Splitting DOCX/PPTX files into multiple files.
•Combining multiple DOCX/PPTX files into a single file.
•Populating content in template DOCX files with data from XML.
•High-fidelity conversion of DOCX to HTML.
•Searching and replacing content in DOCX/PPTX using regular expressions.
•Managing tracked-revisions, including detecting tracked revisions, and accepting tracked revisions.
•Updating Charts in DOCX/PPTX files, including updating cached data, as well as the embedded XLSX.
•Retrieving metrics from DOCX files, including the hierarchy of styles used, the languages used, and the fonts used.
•Writing XLSX files using far simpler code than directly writing the markup, including a streaming approach that enables writing XLSX files with millions of rows.