Hi,
I want to identify Clip art image using aspose.
Plz help ?
Hi,
Hi Divesh,
Hi Support,
Hi Divesh,
NodeCollection shapes = doc.GetChildNodes(NodeType.Shape, true);
int i = 0;
//Loop through all shapes
foreach (Shape shape in shapes)
{
if (shape.OleFormat != null)
{
//Extract OLE Excel object
if (shape.OleFormat.ProgId == "Excel.Sheet.12")
{
// Here you can use Aspose.Cells component
// to be able to read and save MS Excel files to disk
}
//Extract OLE Package object
if (shape.OleFormat.ProgId == "Package")
{
/* Do something here */
}
}
}
Hello Support,
Please do need ful on urgent basis
divesh_iris:
I am having more problems with MS Graph Charts and MS Excel Charts.
Hello Support,
Please do needful asap
Hi Divesh,