powered by
Information about the display properties of a column.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.dimensions.html
ColumnDimension( worksheet, index = "A", width = 13L, bestFit = FALSE, hidden = FALSE, outlineLevel = 0L, outline_level = NULL, collapsed = FALSE, style = NULL, min = NULL, max = NULL, customWidth = FALSE, visible = NULL, auto_size = NULL, ... )
An openpyxl Python object.
worksheet
index
width
bestFit
hidden
outlineLevel
outline_level
collapsed
style
min
max
customWidth
visible
auto_size
Additional arguments, i.e. kwargs.
if (FALSE) { wb <- Workbook() ws <- wb$active ColumnDimension(worksheet = ws) }
Run the code above in your browser using DataLab