Create Excel header style. Depends on the openxlsx
package. All arguments have default values and are optional to allow parameters to be modified.
h1(
fill = "#1A1B41",
color = "#FFFFFF",
font = "Arial Black",
size = 10,
h = "center",
v = "center",
style = "Bold",
border = "Bottom",
bstyle = "thick",
...
)
Header foreground fill.
Header font color.
Header font name.
Header font size.
Horizontal alignment of header contents.
Vertical alignment of header contents.
Header text styling.
Header cell border.
Header border line style.
Other arguments to be passed to openxlsx::createStyle()
.
openxlsx
style object.