ChartXmlSaver
Overview
ChartXmlSaver is a class in Aspose.Cells FOSS for Python.
Handles writing chart-related XLSX parts:
This class provides 3 methods for working with ChartXmlSaver objects in Python programs.
Available methods include: __init__, get_extra_content_type_overrides, write_chart_parts.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(escape_xml) | |
write_chart_parts(zipf, worksheet, sheet_num, next_chart_index) | Writes drawing/chart XML parts for worksheet charts. |
get_extra_content_type_overrides(workbook) | Collects extra chart-related content type overrides from loaded chart parts. |