Overview of Open XML SDK capabilities
mainThe Open XML SDK is a framework for working with Microsoft Office Word, Excel, and PowerPoint documents. It provides low-level APIs for OPC packages, Flat OPC files, and Open XML markup using both strongly-typed classes and LINQ to XML.
Common use cases include:
- High-performance generation of Word, Excel, and PowerPoint documents.
- Document modification (adding, updating, or removing content and metadata).
- Searching and replacing content using regular expressions.
- Shredding files into multiple parts or combining multiple files.
- Updating cached data and embedded spreadsheets for charts.