Learn R Programming

xlcharts (version 0.0.1)

DataTable: DataTable

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,
  ...
)

Value

An openpyxl Python object.

Arguments

showHorzBorder

showHorzBorder

showVertBorder

showVertBorder

showOutline

showOutline

showKeys

showKeys

spPr

spPr

txPr

txPr

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
DataTable()
}

Run the code above in your browser using DataLab