Assume a data.frame
like this:
tabela <- structure(list(vendedor = structure(1:4, .Label = c("A", "B",
"C", "D"), class = "factor"), Total = c(3300, 440, 1020, 200)), .Names = c("vendedor",
"Total"), row.names = c(NA, -4L), class = c("tbl_df", "tbl",
"data.frame"), drop = TRUE)
How to export it in Excel, putting details like title, subtitle, formatting of sizes and fonts of texts and numbers? In this question are package suggestions to save in Excel, however it is not about how to format the data.