Open-XML-SDK icon indicating copy to clipboard operation
Open-XML-SDK copied to clipboard

Open XML SDK by Microsoft

Results 224 Open-XML-SDK issues
Sort by recently updated
recently updated
newest added

This allows for decoupling the strongly-typed infrastructure more easily so that the underlying types don't need to know about the strongly typed information.

When adding an image to a docx that has a header with an image in it, the image in the header is no longer displayed in word after the new...

The PR adds a sample project showing how to add a PowerPoint modern comment to a slide.

This commit adds example code for adding a threaded comment to and XLSX document.

# Before submitting an issue, please fill this out Is this a: - [x] Issue with the OpenXml library - [x] Question on library usage If you have answered that...

needs-repro

This is an initial change to move the infrastructure of the SDK to a separate assembly. This is done in a way that will not break the current set up...

We want to ensure that the library is compatible with the trimming in .NET 6+. In order to enable this, a few warnings must be addressed. These all appear to...

**Description** We should generate a feature that can produce enum info without reflection. This should be addressed in two phases: 1. Move enum info retrieval to a separate feature 2....

**Description** We should generate a feature that can create root elements without resorting to reflection. *Warning:* ``` W:\openxml\sdk\src\DocumentFormat.OpenXml\Features\ReflectionBasedRootElementFactory.cs(53,25): warning IL2026: Usi ng member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functiona...

**Description** Remove usage of `ClassActivator` and get activators without using reflection. *Warning:* ``` src\DocumentFormat.OpenXml\Features\ClassActivator{T}.cs(26,31): warning IL2070: 'this' argument doe s not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstru ctors' in call to 'System.Type.GetConstructor(BindingFlags, Binder,...