wb_clean_sheet {openxlsx2} | R Documentation |
Remove all values in a worksheet
Description
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
)
Arguments
wb |
A Workbook object |
sheet |
sheet to clean |
dims |
spreadsheet dimensions (optional) |
numbers |
remove all numbers |
characters |
remove all characters |
styles |
remove all styles |
merged_cells |
remove all merged_cells |
Value
A Workbook object
[Package openxlsx2 version 1.8 Index]