powered by
Named and editable styles
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.named_styles.html
NamedStyle( name = "Normal", font = NULL, fill = NULL, border = NULL, alignment = NULL, number_format = NULL, protection = NULL, builtinId = NULL, hidden = FALSE, xfId = NULL, ... )
An openpyxl Python object.
name
font
fill
border
alignment
number_format
protection
builtinId
hidden
xfId
Additional arguments, i.e. kwargs.
if (FALSE) { NamedStyle() }
Run the code above in your browser using DataLab