Loads fn_org)
, formats it and saves it as fn_new
.
Usage
format_dmdScheme_xlsx(fn_org, fn_new, keepData = TRUE)
Arguments
- fn_org
file name of the original excel file to be formated
- fn_new
file name where the final xlsx should be saved to. If missing, it will not be saved.
- keepData
if TRUE
, data from data cells will be empty
Value
invisibly the workbook as a workbook object as created by xlsx.crerateWorkbook()