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

**Description** This document is missing a relationship,say "数据包中不存在指定部件", how to skip error or provide callback function ? Please provide a simple description of the issue encountered. **Information** - .NET Target:...

enhancement

**Description** I was using ClosedXML to create large excel files (100k rows with 63 colums) and I faced issue with OutOfMemoryException. I found some examples of OpenXML using SAX, so...

high impact

`DocumentFormat.OpenXml.Wordprocessing.Table` should provide properties to explicitly access some of its fixed fields, like `TableProperties`, `TableGrid` and its collection of `TableRow`s. This would match how several other classes already work (`Paragraph.ParagraphProperties`,...

**Description** We are trying to access PowerPoint presentation via MS-Graph from a SharepPoint Online document library. Our PowerPoint Addin adds data as CustomXmlParts to presentation and the slides as well....

more-information-needed

**Description** When I open a document, make changes to some of its elements and later call `SaveAs`, the original source file also appears to be overwritten. This happens even when...

bug

Is this a: - [ X ] Issue with the OpenXml library - [ maybe? ] Question on library usage **Description** When trying to create paragraphs in a list allowing...

https://www.microsoft.com/en-in/download/details.aspx?id=30425 is there any latest?

**Description** Open-Xml-SDK will throw an OpenXmlPackageException with the message "The specified package is invalid. The main part is missing." when an excel file references fonts in worksheets that are not...

needs-repro
bug: product

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

**Description** First I would like to thank you for this library. I am posting here a wired behavior when generating an Excel file with Open XML SDK and uploading the...

enhancement