
Save to .xlsx.
      write_xlsx.RdCreate an .xlsx file with multiple sheets.
Examples
f <- tempfile(fileext = ".xlsx")
write_xlsx(mtcars, filePath = f)

.xlsx.write_xlsx.RdCreate an .xlsx file with multiple sheets.
f <- tempfile(fileext = ".xlsx")
write_xlsx(mtcars, filePath = f)