PictureXmlLoader

PictureXmlLoader

Overview

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

Loads pictures from worksheet drawing parts.

Methods

SignatureDescription
__init__()
collect_drawing_image_parts(worksheet, drawing_path, drawing_rels, drawing_rel_types, zipf, content_type_overrides, content_type_defaults)Extracts image parts from a worksheet’s drawing XML
load_pictures(worksheet, drawing_root, drawing_path, drawing_rels, zipf, get_anchor_int, content_type_overrides, content_type_defaults, drawing_rel_types)Loads picture objects into a worksheet using drawing relationships
resolve_content_type(part_path, content_type_overrides, content_type_defaults)Determines the content type for a part path using overrides and defaults

See Also