Replies: 1 comment
-
turns out i was accidentally still initializing wordprocessingdocument by stream with fixed length and any change to any part of the document would result in exception. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to FeedData to Part or string to MainDocumentPart with .net 4.8?
This examle does not work https://learn.microsoft.com/en-us/office/open-xml/how-to-search-and-replace-text-in-a-document-part
as i get message
Memory stream is not expandable
So far I did not found a way to update/set data of the document part from string in newer .net frameworks.
Beta Was this translation helpful? Give feedback.
All reactions