ChartDataWorkbook
Overview
ChartDataWorkbook is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartDataWorkbook.
Provides access to the embedded Excel workbook for chart data.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
worksheets | list[IChartDataWorksheetCollection] | Read | Gets all worksheets. |
Methods
| Signature | Description |
|---|---|
get_cell() → IChartDataCell | Get a cell from the workbook. |
clear(sheet_index: int) | Clear all data from a worksheet. |