wb wrapper to add style to workbook
See also
Other workbook styling functions:
base_font-wb
,
wb_add_dxfs_style()
,
wb_base_colors
Examples
yellow_f <- wb_color(hex = "FF9C6500")
yellow_b <- wb_color(hex = "FFFFEB9C")
yellow <- create_dxfs_style(font_color = yellow_f, bg_fill = yellow_b)
wb <- wb_workbook() %>% wb_add_style(yellow)