This function adds a style to a workbook in blocks of n rows, skipping m rows

addStyleInBlocks(wb, sheet, style, start_row, total_rows, n = 3, skip = 0)

Arguments

wb

The workbook to add the style to

sheet

The sheet to add the style to

style

The style to add

rows

The rows to add the style to