Open-XML-SDK
Open-XML-SDK copied to clipboard
Open XML SDK by Microsoft
# Overview Currently, there are a number of static APIs on each package type to enable creating based off of different sources. However, this has a couple of problems: -...
I'm writing a VB.NET utility for generating a list of all files linked to by a Microsoft Word doc. The file in question links both to Excel files and to...
**Describe the bug** We are getting the "Removed Records: Formula from /xl/calcChain.xml part (Calculation properties)" while opening Excel. I have used DocumentFormat.OpenXml Nugget package in C#. The template Excel (.xlsm)...
**Description** I have excel files that I'm trying to map but CellReference is null for each cell but, if I Open the file with Microsoft Office and save, after that...
I try to create a Word document with AutoSave = false, but resulting document can't be read. If I set AutoSave = true it is Ok.  In english "Word...
**Describe the bug** Validating a `SpreadsheetDocument` using `OpenXmlValidator` breaks digital signatures. **Screenshots**   **To Reproduce** ```csharp using var document = SpreadsheetDocument.Open("valid.xlsx", isEditable: true); var validator = new OpenXmlValidator(); //...
### Discussed in https://github.com/dotnet/Open-XML-SDK/discussions/1489 Originally posted by **ahsanaman92** July 7, 2023 Version: DocumentFormat.OpenXml v2.20.0 I am working on an issue where the customer has reported that it takes a while...
Hi there - we've just stumbled across this one and would appreciate your assistance. We are using System.IO.Packaging.PackageDigitalSignatureManager, which only takes a Package object. Are you also working with the...
**Describe the bug** Having an error when using with System.IO.Packaging 7.0.0 ``` System.MissingMethodException HResult=0x80131513 Message=Método não encontrado: 'System.IO.Packaging.PackageProperties DocumentFormat.OpenXml.Packaging.OpenXmlPackage.get_PackageProperties()'. ``` Downgraded to System.IO.Packaging 6.0.0 and works as spected **Screenshots** If...
Open XML SDK to instantiate Word template with macros : either bad formatting or non-working macros
**Describe the bug** When instantiating a Word document based on a template which contains macros, either the formatting is not preserved or the macros are duplicated and not functionning. **Screenshots**...