paper-pptxAPI referencechart.xlsx
BubbleWorkbookWriter
paper-pptx 0.2.0 API reference
Service object that knows how to write an Excel workbook from bubble chart data.
Attributes
xlsx_blob
attributexlsx_blobbytes for Excel file containing chart_data.
Functions
bubble_sizes_ref
funcbubble_sizes_ref(series)The Excel worksheet reference to the range containing the bubble sizes for series (not including the column heading cell).
paramseriesseries_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.
paramseriesseries_table_row_offset
funcseries_table_row_offset(series)Return the number of rows preceding the data table for series in the Excel worksheet.
paramseriesx_values_ref
funcx_values_ref(series)The Excel worksheet reference to the X values for this chart (not including the column label).
paramseriesy_values_ref
funcy_values_ref(series)The Excel worksheet reference to the Y values for this chart (not including the column label).
paramseries