Paper Office
paper-pptxAPI referenceparts.chart

ChartWorkbook

paper-pptx 0.2.0 API reference

Provides access to external chart data in a linked or embedded Excel workbook.

ChartWorkbook(chartSpace, chart_part)

Attributes

xlsx_part

attributexlsx_part

Optional EmbeddedXlsxPart object containing data for this chart.

This related part has its rId at c:chartSpace/c:externalData/@rId. This value is None if there is no <c:externalData> element.

Functions

update_from_xlsx_blob

funcupdate_from_xlsx_blob(xlsx_blob)

Replace the Excel spreadsheet in the related EmbeddedXlsxPart with the Excel binary in xlsx_blob, adding a new EmbeddedXlsxPart if there isn't one.

paramxlsx_blob

On this page