MCPcopy Create free account
hub / github.com/scanny/python-pptx / chart_workbook

Method chart_workbook

src/pptx/parts/chart.py:49–54  ·  view source on GitHub ↗

The |ChartWorkbook| object providing access to the external chart data in a linked or embedded Excel workbook.

(self)

Source from the content-addressed store, hash-verified

47
48 @lazyproperty
49 def chart_workbook(self):
50 """
51 The |ChartWorkbook| object providing access to the external chart
52 data in a linked or embedded Excel workbook.
53 """
54 return ChartWorkbook(self._element, self)
55
56
57class ChartWorkbook(object):

Callers

nothing calls this directly

Calls 1

ChartWorkbookClass · 0.85

Tested by

no test coverage detected