Hi Aspose Support Team,
I have a couple of queries related to Aspose.Slides and Aspose.Cells:
Linking an External Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook function to link an external E…...for (IShape shape : slide.getShapes()) { if (shape instanceof...IChart) { chart = (IChart) shape; System.out.println("chart found...