Learn R Programming

openxlsx2 (version 1.4)

wb_clone_sheet_style: Apply styling from a sheet to another within a workbook

Description

This function can be used to apply styling from a cell range, and apply it to another cell range.

Usage

wb_clone_sheet_style(wb, from = current_sheet(), to)

Arguments

wb

A workbook

from

sheet we select the style from

to

sheet to apply the style to