skrabbe001
skrabbe001
Presentation created in C# with the Open XML SDK is corrupted and blank when opened # Problem I am trying to create a PowerPoint presentation in `C#` with Visual Studio...
**The class `DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse` creates xml different from that created by PowerPoint** **Observed behavior** When using the SDK, it generates xml that include the namespace as a prefix of the attribute...
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...