The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This R package simplifies
the creation of .xlsx
files by providing a high level
interface to writing, styling and editing worksheets. Through the use of
Rcpp
,
read/write times are comparable to the xlsx
and
XLConnect
packages with the added benefit of removing the dependency on Java.
Current stable version is available on CRAN via
install.packages("openxlsx", dependencies = TRUE)
install.packages(c("Rcpp", "remotes"), dependencies = TRUE)
::install_github("ycphs/openxlsx") remotes
Please let me know which version of openxlsx you are using when posting bug reports.
packageVersion("openxlsx")
Here.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.