davidgohel / openxlsx

openxlsx package to keep the maintaince running

Home Page:https://ycphs.github.io/openxlsx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

Thanks, here.

News

Here.

Authors and Contributors

A list is automagically maintained here.

About

openxlsx package to keep the maintaince running

https://ycphs.github.io/openxlsx/

License:Other


Languages

Language:R 90.9%Language:C++ 8.6%Language:C 0.5%