workflow - DocumentFormat.OpenXml 2.7.2

The Open XML SDK provides open-source libraries for working with Open XML Documents (DOCX, XLSX, and PPTX). It supports scenarios such as:

  • High-performance generation of word-processing documents, spreadsheets, and presentations.
  • Populating content in DOCX files from an XML data source.
  • Splitting up (shredding) a DOCX or PPTX file into multiple files, and combining multiple DOCX / PPTX files into a single file.
  • High fidelity conversion of DOCX => HTML/CSS and HTML/CSS => DOCX.
  • Extraction of data from XLSX.
  • Searching and replacing content in DOCX / PPTX using regular expressions.
  • Updating cached data and embedded spreadsheets for charts in DOCX / PPTX.
  • Document modification, such as removing tracked revisions or removing unacceptable content from documents.

PM> Install-Package DocumentFormat.OpenXml -Version 2.7.2 -Source https://www.myget.org/F/workflow/api/v3/index.json

Copy to clipboard

> nuget.exe install DocumentFormat.OpenXml -Version 2.7.2 -Source https://www.myget.org/F/workflow/api/v3/index.json

Copy to clipboard

> dotnet add package DocumentFormat.OpenXml --version 2.7.2 --source https://www.myget.org/F/workflow/api/v3/index.json

Copy to clipboard
<PackageReference Include="DocumentFormat.OpenXml" Version="2.7.2" />
Copy to clipboard
source https://www.myget.org/F/workflow/api/v3/index.json

nuget DocumentFormat.OpenXml  ~> 2.7.2
Copy to clipboard

> choco install DocumentFormat.OpenXml --version 2.7.2 --source https://www.myget.org/F/workflow/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "workflow" -SourceLocation "https://www.myget.org/F/workflow/api/v2"
Install-Module -Name "DocumentFormat.OpenXml" -RequiredVersion "2.7.2" -Repository "workflow" 
Copy to clipboard

2.7.1 : January 31, 2017 -Fixed crash when validation is invoked on .NET Framework with strong-naming enforced

Version 2.7.0 : January 24, 2017

  • Added support for .NET Standard 1.3
  • Moved to using System.IO.Packaging from dotnet/corefx for .NET Standard 1.3 and WindowsBase for .NET 4.5
  • Cleaned up project build system to use .NET CLI

Version 2.6.1 : January 15, 2016

  • Added hundreds of XUnit tests. There are now a total of 1333 tests. They take about 20 minutes to run, so be patient.

Version 2.6.0 : June 29, 2015

  • .NETFramework 3.5
  • .NETFramework 4.0
  • .NETFramework 4.6
    • System.IO.Packaging (>= 4.0.0)
  • .NETStandard 1.3
    • NETStandard.Library (>= 1.6.1)
    • System.IO.Packaging (>= 4.0.0)
  • .NETFramework 3.5: 3.5.0.0
  • .NETFramework 4.0: 4.0.0.0
  • .NETFramework 4.6: 4.6.0.0
  • .NETStandard 1.3: 1.3.0.0

Owners

Toma Bogdan flaviusm

Authors

Microsoft

License

Unknown

Tags

openxml office

Info

1150171 total downloads
245357 downloads for version 2.7.2
Download (8.81 MB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.12.1 9.06 MB Wed, 19 May 2021 16:40:06 GMT 57571
2.7.2 8.81 MB Thu, 17 Jun 2021 08:07:00 GMT 245357
2.5 1.5 MB Thu, 17 Jun 2021 08:19:18 GMT 847243