Getting SmartArt objects using Aspose.Cells (.NET)

Hi,I need to access to SmartArt objects in Excel Worksheet. I’m using Aspose Total for .NET to parse excel files. While other types like shapes, textboxes are accesible directly on Worksheet, the smartArt objects are not (or I cannot find them). Is there a way how to get SmartArt objects?

Hi,

Thanks for your posting and using Aspose.Cells.

Well, currently the rendering of SmartArt objects like in PDF or Sheet to Image conversion is supported. However, you cannot manipulate the SmartArt objects for now.

Please see the following documentation articles that illustrate how to convert the source file to pdf or convert worksheet into image.

Thank you for providing the requested information