ChartXmlLoader

Overview

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

Loads worksheet chart settings from drawing/chart XML parts.

This class provides 2 methods for working with ChartXmlLoader objects in Python programs. Available methods include: __init__, load_charts. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

Methods

SignatureDescription
__init__(worksheet_ns)
load_charts(worksheet, worksheet_root, zipf, sheet_num, content_type_overrides, content_type_defaults)Loads charts for a worksheet from drawing/chart parts.

See Also