Open-XML-SDK
Open-XML-SDK copied to clipboard
Open XML SDK by Microsoft
**Description** Using the generated `Sheet` class as an example, it seems that (pretty much all) the strongly typed classes define all their properties as nullable. For example: ```csharp public StringValue?...
Currently, the `Value` and `TextValue` can be null. Can this be made to never be null? This may be a breaking change, but will simplify much of the usage so...
I'm getting a validation error when I run `OpenXmlValidator.Validate()`. > The 'http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac:knownFonts' attribute is not declared. I use the following code to register my fonts. public uint Register(Font font) {...
Hi Folks, I face issue cell value rendering HTML tag. Cell value contain html tags but its not rendering while export to excel. Please help me any of my friends.
# Before submitting an issue, please fill this out Is this a: - [x] Issue with the OpenXml library - [ ] Question on library usage ---------------- Remove this line...
# Before submitting an issue, please fill this out Is this a: - [x] Issue with the OpenXml library **Description** When the document contains `%` characters, I use the OpenXML...
Is this a: - [ ] Issue with the OpenXml library - [X] Question on library usage **Description** Is it possible to check if a file is a valid document...
If the assembly under test has nullability enabled, it would make sense to do that for the corresponding unit tests, too. This way, you would more likely identify cases where...
**Description** When creating a blank DOCX document with Open XML SDK. 'Default' nodes were created rather than 'Override' node in [Content_Types].xml, which would fail security checks when streaming the document...
**Description** Paragraph have property ParagraphId ```csharp /// /// paraId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:paraId /// ///...