Michael Bowen

Results 82 comments of Michael Bowen

> OK - sounds like we'll continue with the pattern we had, but just not remove the extension and obsolete it? Yes, maybe. That is option 1 and what is...

Hi @bhargavgaglani07, I believe you see this issue because if there are no `` element in the endnotes part if there are no existing endnotes. So, you need to add...

@bhargavgaglani07, Can you share your code? It works for me to add an endnote to an existing endnotes. The null check is there in case the document does not already...

Hi @bhargavgaglani07, your repro uses the OpenXML SDK 2.5.0, which is out of support. The sample I posted uses 3+. Please reformat your code to use 3+ and see if...

Hi @bhargavgaglani07, There is an issue somewhere in your code. I refactored to use `using` statements instead of `Close` and `Dispose` and the endnote with hyperlink and its relationship are...

@bhargavgaglani07, the code from the post above works, but I was also able to make your code work by creating a new Console project and copy/pasting your code, only changing...

This has an answer and a working sample, so closing this issue.

Hi @SzymonSel , when you say "start to get off", how is it off? Are parts or attributes missing or incorrect? Does the validator find any errors?

Hi @SzymonSel , If you run the validator on Comparison_generated.xlsx there are 6 instances of ` The relationship 'rId2' referenced by attribute 'http://schemas.openxmlformats.org/officeDocument/2006/relationships:id' does not exist.`, so the issue is...