Get Cell Data in Python from Excel Workbook Embedded with PowerPoint Chart

Is there any way I can read the cell data from the Excel Workbook embedded with PowerPoint Chart using Aspose.Slides for Python via .NET?
Although, I know we have specific classes and methods to get categories and series data but I am looking for a way where can I get cell wise data.

@a0pro0b,
Thank you for posting the question.

With Aspose.Slides for Python, you can read the chart data from a PowerPoint presentation like this:

cell = chart.chart_data.chart_data_workbook.get_cell(worksheet_index, row, column)

Documents:
Create PowerPoint Presentation Charts in Python
Chart Workbook