openxlsx simplifies the the process of writing and styling Excel xlsx files from R and removes the dependency on Java.
The openxlsx package uses global options, most to simplify formatting. These
are stored in the op.openxlsx
object.
FALSE
TRUE
"black"
"none"
"thin"
"9"
""
"mm/dd/yyyy"
"yyyy-mm-dd hh:mm:ss"
NULL
FALSE
NULL
NULL
"portrait"
9
"TableStyleLight9"
"TableStyleLight9"
NA Whether to write data with or without a
filter. If NA will make filters with writeDataTable
and will not for
writeData
See the Formatting vignette for examples.
Additional options
vignette("formatting", package = "openxlsx")
for examples