openxlsx

R package for .xlsx file reading and writing.

  • 所有者: awalker89/openxlsx
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

openxlsx

Project Status: Active – The project has reached a stable, usable state and is being actively developed.
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("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.

主要指标

概览
名称与所有者awalker89/openxlsx
主编程语言R
编程语言R (语言数: 3)
平台
许可证Other
所有者活动
创建于2014-04-25 01:42:06
推送于2020-10-22 14:57:50
最后一次提交2018-08-18 09:20:58
发布数0
用户参与
星数366
关注者数28
派生数79
提交数725
已启用问题?
问题数501
打开的问题数205
拉请求数22
打开的拉请求数17
关闭的拉请求数15
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?