Remove content of a worksheet completely, or a region if specifying dims
.
Usage
wb_clean_sheet(
wb,
sheet = current_sheet(),
dims = NULL,
numbers = TRUE,
characters = TRUE,
styles = TRUE,
merged_cells = TRUE,
hyperlinks = TRUE
)
Remove content of a worksheet completely, or a region if specifying dims
.
wb_clean_sheet(
wb,
sheet = current_sheet(),
dims = NULL,
numbers = TRUE,
characters = TRUE,
styles = TRUE,
merged_cells = TRUE,
hyperlinks = TRUE
)