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

Method _workbook_writer

src/pptx/chart/data.py:334–339  ·  view source on GitHub ↗

The worksheet writer object to which layout and writing of the Excel worksheet for this chart will be delegated.

(self)

Source from the content-addressed store, hash-verified

332
333 @lazyproperty
334 def _workbook_writer(self):
335 """
336 The worksheet writer object to which layout and writing of the Excel
337 worksheet for this chart will be delegated.
338 """
339 return CategoryWorkbookWriter(self)
340
341
342class Categories(Sequence):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected