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]#> [[1]] #> A custom cell style. #> #> Cell formatting: GENERAL #> Font name: Calibri #> Font size: 11 #> #> #> #> [[2]] #> A custom cell style. #> #> Cell formatting: GENERAL #> #> #> #> [[3]] #> A custom cell style. #> #> Cell formatting: GENERAL #> #> #>