ChartDataWorkbook

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.

This class provides 2 methods for working with ChartDataWorkbook objects in Python programs. Available methods include: clear, get_cell. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: worksheets.

Properties

NameTypeAccessDescription
worksheetslist[IChartDataWorksheetCollection]ReadGets all worksheets.

Methods

SignatureDescription
get_cell()IChartDataCellGet a cell from the workbook.
clear(sheet_index: int)Clear all data from a worksheet.

See Also