Sparkline

Overview

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

One sparkline: a data source range paired with the cell where it appears.

This class provides 2 methods for working with Sparkline objects in Python programs. Available methods include: __init__, copy. All exported members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: cell_reference, data_range.

Properties

NameTypeAccessDescription
data_range``ReadGets the data range.
cell_reference``ReadGets the cell reference.

Methods

SignatureDescription
__init__(data_range: str, cell_reference: str)
copy()Creates and returns a duplicate of this Sparkline object

See Also