⚠️There's a newer version (4.2.5.2) of this package. Take me there.

openxlsx

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.

Installation

The openxlsx package requires a zip application to be available to R.

For Linux and MacOS this should be available by default.

For Windows, zip can be installed by installing Rtools

If the command

shell("zip")

returns

'zip' is not recognized as an internal or external command, operable program or
batch file.

or similar. Then;

the system PATH during installation.

  • If Rtools is installed, add the Rtools bin directory paths (default installation paths are

c:\Rtools\bin and c:\Rtools\gcc-4.6.3\bin) to the system PATH variable.

Stable version

Current stable version is available on CRAN via

install.packages("openxlsx", dependencies=TRUE)

Development version

Development version can be installed via GitHub once Rtools (Windows only) has been setup with:

install.packages(c("Rcpp", "devtools"), dependencies=TRUE)
require(devtools)
install_github("awalker89/openxlsx")

Bug/feature request

Please let me know which version of openxlsx you are using when posting bug reports.

packageVersion("openxlsx")

Thanks, here.

News

Here.

Authors and Contributors

A list is automagically maintained here.

Copy Link

Version

Down Chevron

Install

install.packages('openxlsx')

Monthly Downloads

283,017

Version

4.0.17

License

GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

March 23rd, 2017

Functions in openxlsx (4.0.17)