Format an empty Row in the worksheet
add_empty_row.RdThe row is styled as the style of "text_area", which is the default font with a white background.
Examples
wb <- openxlsx2::wb_workbook()
style_datadict(wb)
wb$add_worksheet()
add_empty_row(wb, row = 3)