Open-XML-SDK
Open-XML-SDK copied to clipboard
Open XML SDK by Microsoft
With C# 8.0 and .NET Standard 2.1 (and other supported platforms), APIs can be annotated with nullability information. This issue will track any work to enable this. So far, this...
Is this a: - [x] Issue with the OpenXml library - [ ] Question on library usage **Description** Trying to preserve themes and and generate presentations with specific themes (with...
**Description** I'm using the sample code at https://docs.microsoft.com/en-us/office/open-xml/how-to-convert-a-word-processing-document-from-the-docm-to-the-docx-file-format to remove macros from a docm file and convert it to docx because we have some filtering software in place that prevents...
**Describe the bug** The SDK cannot find absolute path to local directory in workbook.xml even though it exists in the XML attribute is "x15ac:absPath". For further context, I refer to...
**Describe the bug** `OpenXmlPackage.SaveAs()` corrupts names of the internal package files. **To Reproduce** Steps to reproduce the behavior: [base.pptx](https://github.com/OfficeDev/Open-XML-SDK/files/9439380/base.pptx) ```C# using var pres = PresentationDocument.Open("base.pptx", true); var savedAs = pres.SaveAs("modified.pptx");...
**Describe the bug** The documentation for the SpreadsheetDocument Class contains a Close method from 2.X which was removed in 3.X. Documentation for the final version of 2.X states that the...
Missing method for getting item from OpenXmlElementList class. Starting from version: 3.0.0 Working version: 2.20.0 Error CS1061 'OpenXmlElementList' does not contain a definition for 'GetItem' and no accessible extension method...
I try to build OpenXML-SDK with the latest Visual Studio 2022 (community) (17.8.6) - I git checkout the tag - I open the *.sln - I try to build the...
Bumps [NuGet.Resolver](https://github.com/NuGet/NuGet.Client) from 6.8.0 to 6.9.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Description** We are creating spreadsheets using OpenXML with charts. The resulting xlsx files contain the 'charts' directory as a subdirectory of the 'drawings' directory instead of being at the same...