Starter template for openxlsx
# Edit the code below and hit "Run" to see the updated result!
library(openxlsx)
write.xlsx(x = mtcars,
file = "cars.xlsx",
asTable = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.