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

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.1 to 2.8.2. Commits 699d445 v2.8.2 e5e6fba Move 2.x builds to the v2 branch a501f16 Updated .gitignore 07a1bdd Add launchSettings.json to .gitignore 3762114 Update README build table...

dependencies
.NET

Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.3.9 to 5.3.11. Release notes Sourced from danielpalme/ReportGenerator-GitHub-Action's releases. 5.3.11 Update dependencies (https://github.com/advisories/GHSA-8g4q-xg66-9fp4) 5.3.10 #695 HTML reports: Performance and memory improvements (contributed by @​afscrome) #690 Fixed handling...

dependencies
github_actions

Bumps [Microsoft.CodeAnalysis.PublicApiAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.11.0-beta1.24219.2 to 3.11.0-beta1.24454.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.CodeAnalysis.PublicApiAnalyzers&package-manager=nuget&previous-version=3.11.0-beta1.24219.2&new-version=3.11.0-beta1.24454.1)](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...

dependencies
.NET

I'm working on an ASP.NET project where I am developing an endpoint that uses OpenXML to generate an Excel file. Additionally, I create a PDF document using a third-party tool....

### **Describe the bug** Hi everyone, we faced an issue after "DocumentFormat.OpenXml" migration from **2.20.0** to latest **3.1.0** (issue reproduces in versions 3.0.0 - 3.1.0). It happens on disposal of...

This is almost a duplicate of https://github.com/dotnet/Open-XML-SDK/issues/1636 but about PowerPoint and with clear repro steps and a sample document. **Describe the bug** ``` Unhandled exception. System.ObjectDisposedException: Cannot access a disposed...

**Describe the bug** I came across this in a more complicated scenario (creating a SpreadsheetDocument from an existing stream, modifying the doc and streaming it out to another different file),...

Hi team **Describe the bug** After updating to version 3.1.0, I've encountered a bug. When I create a **DocumentFormat.OpenXml.Spreadsheet.RunProperties** with **FontName** as a child element, it changes the **FontName** to...

- Update `Download` to `Stable` to compared with `Prerelease` - Update `Prerelease` nuget package badge link to absolute latest version

**Describe the bug** The `DocumentFormat.OpenXml.Office2010.Drawing.TextMath` (`a14:m`) is inherit OpenXmlLeafElement now. But as the document says, the `DocumentFormat.OpenXml.Office2010.Drawing.TextMath` (`a14:m`) will contain the OfficeMath element. The sample OpenXML document: ```xml 123 123...