Open-XML-SDK
Open-XML-SDK copied to clipboard
Open XML SDK by Microsoft
**Description** The `DocumentFormat.OpenXml.Office.SpreadSheetML` namespace should be changed to `DocumentFormat.OpenXml.Office.SpreadsheetML` (with lowercase s) **Information** - .NET Target: any - DocumentFormat.OpenXml Version: 2.15.0+ **Expected** Spreadsheet should be one word.
I am working on Net core with Open XML. In my excel there is value 100%. I am trying to read as below GetCellValue method ``` public static string GetCellValue(SpreadsheetDocument...
0 We are trying to export excel with comments using Open Xml. I have tried with below code snippet and its showing comments in the Sheet Object but when exported...
This PR fixes #1775 - by fixing the code generator (commit a7c4f6db5dfbcaf50d4722272afab50c8aa45430), and - by fixing two non-generated source files (commit f0d1c08bc540428d50474df167c00de611bd245d). ~~The changes to the generated source files (i.e.,...
**Describe the bug** When calling `Worksheet.Save()` in 3.0.2 changes were saved and you could continue to make changes to the worksheet. In version 3.1 after calling `Worksheet.Save()` no other changes...
Hi I use a library called spreadsheetlight. This uses open xml sdk. This is the problem I have: https://github.com/ARLM-Keller/SpreadsheetLight/issues/3 Is this a open xml sdk bug?
**Describe the bug** Adding an endnote having hyperlink into a document having no existing relationship for an endnote part is not generating proper endnotes.xml.rels file due to which generated document...
**Describe the bug** 1. Updated a customxml part (item1.xml), then saved the word document. 2. After saving the word file, I reviewed the customxml part (item1.xml) and noted that it...