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.

Microsoft openxmloffice
安装
dotnet add package DocumentFormat.OpenXml --version 2.7.2
Install-Package DocumentFormat.OpenXml -Version 2.7.2
依赖
.NETFramework4.6
包名版本要求
System.IO.Packaging [4.0.0, )
.NETStandard1.3
包名版本要求
NETStandard.Library [1.6.1, )
System.IO.Packaging [4.0.0, )
版本详情
作者Microsoft
发布时间2017-06-07 19:17:54