Asbjørn Skødt
Asbjørn Skødt
## Read and complete the full issue template Do not randomly delete sections. They are here for a reason. **Do you want to request a *feature* or report a *bug*?**...
**Description** Validating any Strict conformance .xlsx spreadsheet results in 45 validation errors of which none should exist. I have already reported 43 of the errors in another issue, which are...
**Description** DocumentType Strict does not exist if you want to change document type. See available options for changing document types for spreadsheets: https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheetdocumenttype?view=openxml-2.8.1 **Information** - DocumentFormat.OpenXml Version: (ie 2.7.2) **Repro**...
**Description** Excel files saved as "Strict Open XML" contain a number of int32 validation errors related to hidden percentage values in the schema. For context of this error see: https://github.com/mikeebowen/OOXML-Validator/issues/6...
Thank you for your extension, helping to get rid of cookie pop-ups. I am having trouble accessing this websit having conseto-matic turned on. The program will show a small window...
Hi What are your thoughts on supporting Open XML Strict? Use case: We are an archive and we want to longterm preserve spreadsheets in the proper Strict format, so we...
**Describe the bug** The SDK cannot find absolute path to local directory in workbook.xml even though it exists in the XML attribute is "x15ac:absPath". For further context, I refer to...
**Describe the bug** I have a spreadsheet, which I get exception informing me the namespace is invalid. The exception thrown informs: ``` InvalidDataException: The root XML element "http://schemas.microsoft.com/office/2006/01/customui:customUI" in the...
**Describe the bug** Using ChangeDocumentType from MacroEnabledWorkbook (.xlsm) to Workbook (.xlsx) results in the error in Excel and spreadsheet cannot be opened (loosely translated from another language): "The files does...
**Is your feature request related to a problem? Please describe.** In the following, I will be referring to code adopted in the context of spreadsheets and therefore not all code...