Open-XML-SDK
Open-XML-SDK copied to clipboard
Open XML SDK by Microsoft
**Describe the bug** Some C# source files in this repository, mostly those generated from the schema and put in `generated/`, use `` tags rather than the usual `` tags in...
**Describe the API or scenario** One of the first features listed in this repo is: "Splitting up (shredding) a file into multiple files, and combining multiple files into a single...
BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3880/23H2/2023Update/SunValley3) 11th Gen Intel Core i5-11400H 2.70GHz, 1 CPU, 12 logical and 6 physical cores .NET SDK 9.0.100-preview.3.24204.13 [Host] : .NET 8.0.7 (8.0.724.31311), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI...
This moves the archived repo for the Open Xml Editor extension for Visual Studio from [Open-XML-Package-Editor-Power-Tool-for-Visual-Studio](https://github.com/OfficeDev/Open-XML-Package-Editor-Power-Tool-for-Visual-Studio) to the Open-XML-SDK repo.
**Describe the bug** I updated my NuGet packages and now I'm getting this error: `System.MissingMethodException: 'Method not found: 'Void DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close()'.'` Current versions: - OpenXmlPowerTools: 4.5.3.2 - DocumentFormat.OpenXml: 3.0.2 The stack...
Bumps [Microsoft.CodeAnalysis.PublicApiAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.11.0-beta1.24219.2 to 3.11.0-beta1.24324.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Describe the bug** Updating a word document operation has degraded significantly in the latest version. In v2.5.0, updating a word document ([SampleDocument.docx](https://github.com/user-attachments/files/16490865/SampleDocument.docx)) takes on an average ~310ms but same operation...
DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID creates the wrong case in the resulting XML. The case created by the SDK is "UniqueID" but it should be "UniqueId", otherwise the PowerPoint application (in some instances) reports...
Need to `[Obsolete]` the following: `pictureOptions` from `CT_LineSer`, `CT_RadarSer`, `CT_PieSer`, `CT_BubbleSer` and `CT_SurfaceSer` `bubble3D` from `CT_SurfaceSer` these children have been removed in the O15 Office schemas but were never removed...
Add the following c16:uniqueId extension child patches: CT_DPtExtensionList/CT_DPtExtension CT_LegendEntryExtensionList/CT_LegendEntryExtension These are already in the O16 patch file on the backend, just uncomment for v4.0. Related bug: - #1762 Also remove:...