wb_add_chart_xml: add a chart xml to a workbook
Description
add a chart xml to a workbook
Usage
wb_add_chart_xml(
wb,
sheet = current_sheet(),
dims = NULL,
xml,
col_offset = 0,
row_offset = 0,
...
)
Arguments
- wb
a workbook
- sheet
the sheet on which the graph will appear
- dims
the dimensions where the sheet will appear
- xml
chart xml
- col_offset, row_offset
positioning
- ...
additional arguments
See Also
wb_add_drawing()
wb_add_image()
wb_add_mschart()
wb_add_plot()