Use this tag for questions related to the openxlsx package. The openxlsx package provides functions to make it easy to read, write and edit XLSX Files in the R programming language.
The openxlsx package simplifies the creation of Excel files in the r programming language 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
(r-xlsx) and
xlconnect packages with the added benefit of removing the dependency on Java.
For more information on the openxlsx package see:
Original author: Alex Walker
Current maintainer: Philipp Schauberger