openxlsx simplifies the the process of writing and styling Excel xlsx files from R and removes the dependency on Java.
Maintainer: Jan Marvin Garbuszus jan.garbuszus@ruhr-uni-bochum.de [contributor]
Authors:
Philipp Schauberger philipp@schauberger.co.at
Alexander Walker Alexander.Walker1989@gmail.com
Other contributors:
Luca Braglia [contributor]
Joshua Sturm [contributor]
Jordan Mark Barbone jmbarbone@gmail.com (ORCID) [contributor]
David Zimmermann david_j_zimmermann@hotmail.com [contributor]
Reinhold Kainhofer reinhold@kainhofer.com [contributor]
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("Introduction", package = "openxlsx")
vignette("formatting", package = "openxlsx")
writeData()
writeDataTable()
write.xlsx()
read.xlsx()
op.openxlsx()
for examples