Skip to content

TableStyleInfo

Source code

Description

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

Usage

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

Arguments

name name
showFirstColumn showFirstColumn
showLastColumn showLastColumn
showRowStripes showRowStripes
showColumnStripes showColumnStripes
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

TableStyleInfo()