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.

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.