Usage
xls_theme_default(
title = openxlsx::createStyle(fontSize = 16, textDecoration = "bold"),
footnote1 = openxlsx::createStyle(fontSize = 12),
footnote2 = openxlsx::createStyle(fontSize = 12),
footnote3 = openxlsx::createStyle(fontSize = 12),
col_header = openxlsx::createStyle(fontSize = 12, textDecoration = "bold", border =
c("top", "bottom", "left", "right"), borderStyle = "thin", wrapText = TRUE, halign =
"center"),
character = openxlsx::createStyle(fontSize = 12, border = c("top", "bottom", "left",
"right"), borderStyle = "thin"),
number = openxlsx::createStyle(fontSize = 12, numFmt = "### ### ### ##0", border =
c("top", "bottom", "left", "right"), borderStyle = "thin"),
decimal = openxlsx::createStyle(fontSize = 12, numFmt = "### ### ### ##0.0", border =
c("top", "bottom", "left", "right"), borderStyle = "thin"),
percent = openxlsx::createStyle(fontSize = 12, numFmt = "#0.0", border = c("top",
"bottom", "left", "right"), borderStyle = "thin", halign = "center"),
mergedcell = openxlsx::createStyle(fontSize = 12, border = c("top", "bottom", "left",
"right"), borderStyle = "thin", wrapText = TRUE, valign = "center", halign =
"center"),
...
)