Skip to content

DataTable

Source code

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.plotarea.html

Usage

DataTable(
  showHorzBorder = NULL,
  showVertBorder = NULL,
  showOutline = NULL,
  showKeys = NULL,
  spPr = NULL,
  txPr = NULL,
  extLst = NULL,
  ...
)

Arguments

showHorzBorder showHorzBorder
showVertBorder showVertBorder
showOutline showOutline
showKeys showKeys
spPr spPr
txPr txPr
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

DataTable()