Paper Office
paper-pptxAPI referencechart.xlsx

CategoryWorkbookWriter

paper-pptx 0.2.0 API reference

Determines Excel worksheet layout and can write an Excel workbook from a CategoryChartData object. Serves as the authority for Excel worksheet ranges.

Attributes

categories_ref

attributecategories_ref

The Excel worksheet reference to the categories for this chart (not including the column heading).

xlsx_blob

attributexlsx_blob

bytes for Excel file containing chart_data.

Functions

series_name_ref

funcseries_name_ref(series)

Return the Excel worksheet reference to the cell containing the name for series. This also serves as the column heading for the series values.

paramseries

values_ref

funcvalues_ref(series)

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

paramseries

On this page