Paper Office
paper-pptxAPI referencechart.xlsx

XyWorkbookWriter

paper-pptx 0.2.0 API reference

Determines Excel worksheet layout and can write an Excel workbook from XY chart data. Serves as the authority for Excel worksheet ranges.

Attributes

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 Y values.

paramseries

series_table_row_offset

funcseries_table_row_offset(series)

Return the number of rows preceding the data table for series in the Excel worksheet.

paramseries

x_values_ref

funcx_values_ref(series)

The Excel worksheet reference to the X values for this chart (not including the column label).

paramseries

y_values_ref

funcy_values_ref(series)

The Excel worksheet reference to the Y values for this chart (not including the column label).

paramseries

On this page