powered by
Returns list of style objects in the workbook
getStyles(wb)
A workbook object
replaceStyle()
## load a workbook wb <- loadWorkbook(file = system.file("extdata", "loadExample.xlsx", package = "openxlsx")) getStyles(wb)[1:3]
Run the code above in your browser using DataLab