Open-XML-SDK
Open-XML-SDK copied to clipboard
Open XML SDK by Microsoft
I have this code below. The purpose of this code is to set very specific cell's to have drop down values. Not all cells in the column must have this...
Hi we are using open xml sdk to generate word document. The content into word document is fetched from external resource crm. we are using a word template defined in...
This issue is to track updates we should do to the doc comments so that results look like - [ ] Part types should not list the types they're mapping,...
**Describe the bug** According to the "data\SchematronFiles\word.xml" lines 3618 - 3628 the `w:val` property for the `w:name` element should be invalid if it contains a comma only for `w:name` elements...
**Describe the bug** if data validation is a formula to another sheet, then it won't get returned. **Screenshots**  (Image taken from [NPOI issue #498](https://github.com/nissl-lab/npoi/issues/498).) **To Reproduce** Using a minimal...
**Describe the bug** It would be nice to mention all v3-breaking changes in the release notes clearly. **Screenshots** Bug with the fix.  **To Reproduce** `IdPartPait` has been converted from...
# Overview Over the past couple of years, a set of abstractions has been introduced to enable more flexibility and maintainability. This has generally gone through the process of pulling...
I have encountered an scenario where a user has entered data into the database which included control characters (most likely from a 3rd party system). Subequently when attempting to export...
**Describe the bug** Getting the root element of a `WorkbookPart` of an excel with invalid hyperlinks causes the following exception: ``` System.ObjectDisposedException: Cannot access a closed stream. Object name: 'DeflateStream'....
You state in the changelog from version 2 to 3 "Removed OpenXmlSettings.RelationshipErrorHandlerFactory and associated types and replaced with a built-in mechanism to enable this" I cannot find any documentation on...