The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
dotnet add package DocumentFormat.OpenXml.Framework --version 3.0.0-beta0003
Install-Package DocumentFormat.OpenXml.Framework -Version 3.0.0-beta0003
| 包名 | 版本要求 |
|---|---|
| System.IO.Packaging | [7.0.0, ) |
| 包名 | 版本要求 |
|---|---|
| System.IO.Packaging | [7.0.0, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2023-09-05 23:11:33 |
| 项目主页 | https://github.com/dotnet/Open-XML-SDK |
| 许可证 | https://www.nuget.org/packages/DocumentFormat.OpenXml.Framework/3.0.0-beta0003/license |