Learn R Programming

xlcharts (version 0.0.1)

TableStyleInfo: TableStyleInfo

Description

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

Usage

TableStyleInfo(
  name = NULL,
  showFirstColumn = NULL,
  showLastColumn = NULL,
  showRowStripes = NULL,
  showColumnStripes = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

name

name

showFirstColumn

showFirstColumn

showLastColumn

showLastColumn

showRowStripes

showRowStripes

showColumnStripes

showColumnStripes

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab