R/core-xlsx.R
write_xlsx.Rd
Requires openxlsx package
openxlsx
write_xlsx(x, xlsx_filename, colNames = TRUE, opts = hl_opts())
emphatic data.frame object
xlsx filename
Display column names? logical. Default: TRUE
rendering options
None
mtcars |> hl('blue') |> write_xlsx(tempfile())