Home › Forums › Open-Xml-Sdk › Modify active excel/word doc without closing it in openxml
Hi,
With Word, you can use the approach detailed in the following MSDN article:
Increasing Word Automation Performance for Large Amounts of Data by Using Open XML SDK
However, there is no equivalent functionality in Excel so that from within an add-in, you can get the Open XML markup, modify, and then put it back, as you can do in Word.
-Eric