View source: R/excel_basicStyle.R
xlsx_basicStyle
1 2 3 4 5 6 7 8 | excel_basicStyle(wbCon, fontHeight = 11, fontBold = F,
fontItalic = F, fontName = "Calibri", fontColor = "#000005",
fillBackgroundColor = "white", fillForegroundColor = "white",
fillPattern = "SOLID_FOREGROUND", borderColor = "black",
borderPosition = c("TOP", "BOTTOM", "LEFT", "RIGHT"),
borderPen = c("BORDER_THIN", "BORDER_THIN", "BORDER_THIN",
"BORDER_THIN"), alignmentH = "ALIGN_CENTER",
alignmentV = "VERTICAL_CENTER")
|
alignmentV |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.