Michael Bowen

Results 82 comments of Michael Bowen

Hi @Asbjoedt, I tested your code with the file you linked, but that file does not contain any `HyperLinkRelationships`, so ```csharp List hyperlinks = spreadsheet.GetAllParts().SelectMany(p => p.HyperlinkRelationships).ToList(); ``` produces an...

Hi @Asbjoedt, Thanks for updating and trying it again. Unfortunately, I copied your code, and it runs without errors for me with the .xlsx you provided. The stack trace you...

Hi @Asbjoedt, Part of the problem is that you need to use the [Null-conditional operators](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/member-access-operators) `?` to prevent trying to access properties on a null object change your condition to...

Hi @qqytqqyt , I tested this in the latest version of Word and it also adds the `Default` elements. How are you saving the file that it does not create...

OK, I'll investigate this more. It might mean a breaking change which would have to wait for the next major version

Hi @hy-net, Unfortunately, that sample is out of date. in v3+ the .Close() method has been removed. That sample repo is archived, so it will be difficult to update But...

Hi @zakkar1 , I realize this issue is from some time ago, but we are trying to catch up on older issues. Are you still experiencing this problem in v3.3.0?

Hi @cjalex1313, I'm able to recreate the issue and error you see with soffice, but removing the 2nd table cell doesn't fix it for me. I even created a .docx...

Hi @hyattaw, currently this functionality is not supported, but it could be in a future scenario. Please feel free to submit a pull request if you can add the functionality...

It looks like the `smartTag` and `smartTagPr` are being purposely removed. The commit is from a file move 7 years ago, so there's no context.