Skip to content

Files

Latest commit

59d0f57 · Feb 21, 2013

History

History
13 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 414 Bytes

xlconnect-java

A simple Java wrapper around Apache POI, providing the backbone of R package XLConnect.

Building

  1. Build the Java package
    mvn package
  1. Put the resulting JAR file into the inst/java directory of your XLConnect R package directory.
  2. Install the R package (you'll likely want to restart your R session as well).