Open-XML-SDK
Open-XML-SDK copied to clipboard
Open XML SDK by Microsoft
**Describe the bug** When writing out the c16:uniqueId element using the UniqueID class ```xml ... ``` **Observed behavior** `c16:uniqueID` is written **Expected behavior** `c16:uniqueId` should be written **Desktop (please complete...
**Describe the bug** If I use Open XML SDK 3.02 to read a xlsx file, /xl/richData/rdRichValueWebImage.xml of xlsx file is a DocumentFormat.OpenXml.Packaging.ExtendedPart instead of RdRichValueWebImagePart. The workbook has _webimages, but...
**Describe the bug** I have tried all samples / methods that I can find in the web, but none is working. All results are either the image missing or Excel...
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.3.6 to 5.3.8. Release notes Sourced from danielpalme/ReportGenerator-GitHub-Action's releases. 5.3.8 #681 Updated System.Text.Json to address CVE-2024-30105 (contributed by @304NotModified) 5.3.7 Exclude empty modules/assemblies from reports -Fix sort...
**Describe the bug** With v3.0.2 AddWorkbookPart method is throwing exception - The specified package is invalid. The main part is missing. Refer attached file ([EmptyExcel.xlsx](https://github.com/user-attachments/files/16085950/EmptyExcel.xlsx)) to be used with below...
Bumps xunit from 2.8.0 to 2.9.0. [](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 it yourself. You can also trigger a...
**Describe the bug** I have a template xlsx file, with template sheet, which in turn are cloned and their content is replaced ie. Cell values and images. After opening the...
**Describe the bug** I'm building up an excel sheet. I'm using CellFormula to add a formula to a cell. That works fine. When opening the file with Excel, @ characters...
Describe the API or scenario A clear and concise description of the scenario you'd like documented: I would like to apply conditional formatting to the 'C' column in an Excel...
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.12 to 0.14.0. Release notes Sourced from BenchmarkDotNet's releases. 0.14.0 Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html Highlights Introduce BenchmarkDotNet.Diagnostics.dotMemory #2549: memory allocation profile of your benchmarks using dotMemory, see @BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser...