https://github.com/colearendt/xlsxjars
R package xlsxjars
https://github.com/colearendt/xlsxjars
Last synced: 3 months ago
JSON representation
R package xlsxjars
- Host: GitHub
- URL: https://github.com/colearendt/xlsxjars
- Owner: colearendt
- Created: 2015-08-09T15:29:42.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T11:33:27.000Z (over 3 years ago)
- Last Synced: 2025-03-20T05:23:35.238Z (3 months ago)
- Language: R
- Size: 39.8 MB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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')
```