Behind the scenes, the xlsx
package uses a java library from the
Apache project, https://poi.apache.org/index.html. This Apache project
provides a Java API to Microsoft Documents (Excel, Word, PowerPoint,
Outlook, Visio, etc.) By using the rJava
package that links and
Java, we can piggyback on the excellent work already done by the folks at
the Apache project and provide this functionality in R. The xlsx
package uses only a subset of the Apache POI project, namely the one dealing
with Excel files. All the necessary jar files are kept in package
xlsxjars
that is imported by package xlsx
.
A collection of tests that can be used as examples are located in folder
/tests/
. They are a good source of examples of how to use the
package.
Please see https://github.com/colearendt/xlsx/ for a Wiki and the
development version. To report a bug, use the Issues page at
https://github.com/colearendt/xlsx/issues.
Package: |
xlsx |
Type: |
Package |
Version: |
0.6.0 |
Date: |
2015-11-29 |
License: |
GPL-3 |