Embedded WordprocessingDocument into SpreadsheetDocument with Open XML?
How can this be done? Let me know if you all have soluti开发者_运维知识库ons.
Embedded WordprocessingDocument into SpreadsheetDocument with Open XML
You can use the function AddEmbeddedPackagePart() or AddEmbeddedObjectPart() in the OpenXml API to accomplish this.
http://msdn.microsoft.com/en-us/library/documentformat.openxml.packaging.maindocumentpart.addembeddedpackagepart.aspx
精彩评论