Returns a list of all styles in the workbook
Returns list of style objects in the workbook
getStyles(wb)
wb |
A workbook object |
## load a workbook wb <- loadWorkbook(file = system.file("extdata", "loadExample.xlsx", package = "openxlsx")) getStyles(wb)[1:3]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.