Add new data to a config file using a template sheet
xlsxAddDataUsingTemplate.RdIf the template does not exist in the configuration file in the project directory, it is taken from the configuration file of the package installation. In this case, formats are not preserved.
Usage
xlsxAddDataUsingTemplate(
wb,
templateSheet,
sheetName,
dtNewData,
templateXlsx = "Plots.xlsx"
)See also
Other function to read from and write to xlsx:
setHeadersToLowerCase(),
splitInputs(),
xlsxAddSheet(),
xlsxCloneAndSet(),
xlsxReadData(),
xlsxWriteData()