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

Is this a: - [x] Issue with the OpenXml library - [ ] Question on library usage **Description** I'm having an issue with relation to the `OpenXmlValidator.Validate()` method and a...

Hi, Office 2016 now (finally) supports svg as a vector image format (https://support.office.com/en-gb/article/Insert-SVG-images-in-Microsoft-Office-69f29d39-194a-4072-8c35-dbe5e7ea528c) As far as I can see the OpenXml SDK does not currently have support for this yet...

enhancement
Office2016
no-issue-activity

[x] Issue with the OpenXml library **Description** Invalid DOCX document that cannot be opened with Microsoft Word 2019 is reported as valid by Open XML SDK Validator. **Information** - .NET...

schema
no-issue-activity

**Description** I have a presentation with a lot of vector graphics on the slides. I want to inspect the SlidePart of each Slide using the Descendants method and modify some...

I'm looking for an example of using the SAX approach (instead of DOM) to open a large file and perform a replace on a given value, then save the file....

no-issue-activity

In order to better identify and root cause issues, it would be helpful to get in depth logs as to what the system is doing. DiagnosticSource would be ideal for...

help wanted
up for grabs

- [ √ ] Question on library usage https://docs.microsoft.com/en-us/office/open-xml/how-to-create-a-presentation-document-by-providing-a-file-name sample code same to docs [ConsoleApp.zip](https://github.com/OfficeDev/Open-XML-SDK/files/5180913/ConsoleApp.zip) result: ![result](https://user-images.githubusercontent.com/16309962/92345502-21efa600-f0fc-11ea-9ff4-fb7c98f3cbd4.jpg)

Is this a: - [X] Issue with the OpenXml library - [ ] Question on library usage **Description** The OpenXml SDK doesn't seem to contain definitions for elements in the...

Office2016
schema

**Description** According to 21.1.2.1.1 bodyPr (Body Properties) in ECMA 376, we can find the `upright` means "Text Upright". And "Upright" is a word not two words. But we use `UpRight`...

# Before submitting an issue, please fill this out Is this a: - [X] Issue with the OpenXml library - [ ] Question on library usage **Description** The DocumentFormat.OpenXml.WordProcessing.OnOffOnlyValues enum...

request: feature