An open API service indexing awesome lists of open source software.

https://github.com/colearendt/xlsxjars

R package xlsxjars
https://github.com/colearendt/xlsxjars

Last synced: 3 months ago
JSON representation

R package xlsxjars

Awesome Lists containing this project

README

        

xlsxjars
========

**R package with Apache POI jars**

This package keeps only the Apache POI jars. It is used by R package xlsx.

## Quick start

### Install

Stable version from CRAN

```r
install.packages('xlsxjars')
```

Or development version from GitHub

```r
devtools::install_github('dragua/xlsxjars')
```