PictureXmlSaver

Overview

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

Handles writing picture-related drawing/media XML payloads.

Methods

SignatureDescription
__init__(escape_xml)
collect_picture_refs(zipf, worksheet, sheet_num, write_part_once)Collects picture references from a worksheet for the zip archive
format_picture_anchors_xml(picture_refs, chart_rel_count)Generates XML describing picture anchor positions
format_picture_relationships_xml(picture_refs, chart_rel_count)Creates XML for picture relationship entries
get_extra_content_type_overrides(workbook)Returns additional content‑type overrides for a workbook
image_content_type_for_extension(extension)Maps a file extension to its MIME content type

See Also