Skip to content

TableStyle

Source code

Description

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

Usage

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

Arguments

name name
pivot pivot
table table
count count
tableStyleElement tableStyleElement
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

TableStyle(name = "name")