ShapeXmlLoader

Overview

ShapeXmlLoader is a class in Aspose.Cells FOSS for Python.

Loads xdr:sp shape elements from a drawing XML part.

This class provides 1 method for working with ShapeXmlLoader objects in Python programs. Available methods include: load_shapes. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

Methods

SignatureDescription
load_shapes(worksheet, drawing_root, drawing_path, drawing_rels, zipf, get_anchor_int_fn, drawing_rel_types)Parses all xdr:sp elements in drawing_root and appends Shape objects
    to worksheet.shapes. |

See Also