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

Method values_ref

src/pptx/chart/data.py:326–331  ·  view source on GitHub ↗

The Excel worksheet reference to the values for *series* (not including the column heading).

(self, series)

Source from the content-addressed store, hash-verified

324 return self._workbook_writer.categories_ref
325
326 def values_ref(self, series):
327 """
328 The Excel worksheet reference to the values for *series* (not
329 including the column heading).
330 """
331 return self._workbook_writer.values_ref(series)
332
333 @lazyproperty
334 def _workbook_writer(self):

Calls

no outgoing calls