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
| Name | Type | Access | Description |
|---|---|---|---|
data_range | `` | Read | Gets the data range. |
cell_reference | `` | Read | Gets the cell reference. |
Methods
| Signature | Description |
|---|---|
__init__(data_range: str, cell_reference: str) | |
copy() | Creates and returns a duplicate of this Sparkline object |