Open-XML-SDK
Open-XML-SDK copied to clipboard
Open XML SDK by Microsoft
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...
[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...
**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....
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...
- [ √ ] 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: 
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...
**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...