Learn R Programming

xlcharts (version 0.0.1)

SheetFormatProperties: SheetFormatProperties

Description

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

Usage

SheetFormatProperties(
  baseColWidth = 8L,
  defaultColWidth = NULL,
  defaultRowHeight = 15L,
  customHeight = NULL,
  zeroHeight = NULL,
  thickTop = NULL,
  thickBottom = NULL,
  outlineLevelRow = NULL,
  outlineLevelCol = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

baseColWidth

baseColWidth

defaultColWidth

defaultColWidth

defaultRowHeight

defaultRowHeight

customHeight

customHeight

zeroHeight

zeroHeight

thickTop

thickTop

thickBottom

thickBottom

outlineLevelRow

outlineLevelRow

outlineLevelCol

outlineLevelCol

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab