Asbjørn Skødt

Results 35 comments of Asbjørn Skødt

Hi @tomjebo I can see your point. However, I think it would be great with a Repair() method to Open XML SDK to enable a program to fix these issues,...

@twsouthwick. Hi, I think that would be a good approach. My only comment would be to add parameter for changing conformance. It would be somthing like: ``` public interface IChangeDocumentType...

@twsouthwick yes I will take a stab. Can you push this one into the next release, as soon as possible. I will have follow up questions on how to do...

Ok sry, I had gotten the impression this was also where you collected issues related to Native API. I'll repost in linked repo.

That would be great! The settings could be sent through one JSON file.

When I delete these parts, I get "Specified part does not exist in the package", whenever I try to read *any* Part again: * ImagePart * ExternalWorkbookPart * CalculationChainPart *...

Sample spreadsheet with a data connection [With data connection.xlsx](https://github.com/user-attachments/files/15835813/With.data.connection.xlsx) Use this code to remove a data connection ```csharp // Remove data connections public int Remove_DataConnections(string filepath) { int success =...

Hi @mikeebowen, @twsouthwick Have you been able to look any further at the issue? Can I help to progress issue resolution?

Hi @mikeebowen You are right. There is no hyperlinks. Replace the hyperlink code with the example below, the error should appear on this line. ```csharp BookViews bookViews = spreadsheet.WorkbookPart.Workbook.GetFirstChild(); ```...