Title: | Package required POI jars for the xlsx package |
---|---|
Description: | The xlsxjars package collects all the external jars required for the xlxs package. This release corresponds to POI 3.13. |
Authors: | Adrian A. Dragulescu [aut, cre], The Apache Software Foundation Apache Commons Codec [ctb, cph] (Apache POI, Apache XMLBeans) |
Maintainer: | Adrian A. Dragulescu <[email protected]> |
License: | GPL-3 |
Version: | 0.8.0 |
Built: | 2024-11-11 06:15:49 UTC |
Source: | https://github.com/colearendt/xlsxjars |
The xlsxjars
package collects all the external jars required
for the xlxs
package. These external jars are quite large in
size (10MB) and have a slow release cycle. By separating the Java and
R development, the storage footprint on CRAN is reduced.
The Java library comes from the Apache project, see
http://poi.apache.org/index.html for License and Copyright of
this piece of software. The POI Apache project provides a Java API to
Microsoft Documents (Excel, Word, PowerPoint, Outlook, Visio, etc.)
By using the rJava
package that links R and Java, we can use
the excellent work already done by the folks at the Apache project and
provide this functionality in R.
Current version corresponds to release 3.13 of the POI project.
Package: | xlsxjars |
Type: | Package |
Version: | 0.8.0 |
Date: | 2015-11-29 |
License: | GPL-3 |
Adrian A. Dragulescu
Maintainer: Adrian A. Dragulescu <[email protected]>
Apache POI project for Microsoft Excel format: http://poi.apache.org/spreadsheet/index.html.
The Java Doc detailing the classes: http://poi.apache.org/apidocs/index.html.