
Last chance! 50% off unlimited learning
Sale ends in
Return the workbook default font
Returns the base font used in the workbook.
getBaseFont(wb)
A workbook object
Alexander Walker
## create a workbook
wb <- createWorkbook()
getBaseFont(wb)
## modify base font to size 10 Arial Narrow in red
modifyBaseFont(wb, fontSize = 10, fontColour = "#FF0000", fontName = "Arial Narrow")
getBaseFont(wb)
Run the code above in your browser using DataLab