Learn R Programming

xlcharts (version 0.0.1)

TableStyle: TableStyle

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.table.html

Usage

TableStyle(
  name = NULL,
  pivot = NULL,
  table = NULL,
  count = NULL,
  tableStyleElement = list(),
  ...
)

Value

An openpyxl Python object.

Arguments

name

name

pivot

pivot

table

table

count

count

tableStyleElement

tableStyleElement

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
TableStyle(name = "name")
}

Run the code above in your browser using DataLab