Hi Eric,
I am trying to import a table object from a word document to anther word document . This table contains chart,smartart or image in their table cell. When I do an import using MainDocumentPart.Document.Body.AppendChild(new Table(table.OuterXml)) it doesn’t work properly. On investigation I found that in the table xml there are references to the charts,smart art xml object which were missing when imported this table to a new document. This works fine if there are not references in the table cell to other objects(simply text) . Can you help me on how to import these types of complex table objects to another document.
Thanks,
Prince