Learn R Programming

openxlsx (version 1.0.3)

getStyles: Returns a list of all styles in the workbook

Description

Returns a list of all styles in the workbook

Usage

getStyles(wb)

Arguments

wb
A workbook object

See Also

replaceStyle

Examples

Run this code
## load a workbook
wb <- loadWorkbook(xlsxFile = file.path(path.package("openxlsx"), "loadExample.xlsx"))
getStyles(wb)

Run the code above in your browser using DataLab