Hi,
I’m inserting a document at a bookmark location in another document. The document that I’m inserting contains a set of links that point to a range of cells in a dummy excel file. After insertion, I use another exce…...new Document(inputFile); List<Shape> oleObjects = AsposeDoc.GetChildNodes(Aspose...GetChildNodes(Aspose.Words.NodeType.Shape, true) .Cast<Shape>().Where(s => (s.OleFormat...