Skip to content
forked from ycphs/openxlsx

openxlsx package to keep the maintaince running

License

Notifications You must be signed in to change notification settings

SHAESEN2/openxlsx

 
 

Repository files navigation

Build Status AppVeyor build status Coverage Status CRAN_Status_Badge CRAN RStudio mirror downloads

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

Stable version

Current stable version is available on CRAN via

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

Development version

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

Bug/feature request

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

packageVersion("openxlsx")

News

Here.

Authors and Contributors for the current release

@aavanesy, @ale275, @alexb523, @david-f1976, @davidgohel, @dovrosenberg, @JoshuaSturm, @SHAESEN2, @soliac, @theclue, and @ycphs

About

openxlsx package to keep the maintaince running

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 91.0%
  • C++ 8.5%
  • C 0.5%