5.1 Installation

XLConnect is cross-platform and runs in all operating systems that support Java. Besides R and a JRE (Java Runtime Environment), nothing else is needed, even an installation of MS Excel is NOT required.

# Install XLConnect
if (!require(XLConnect)) install.packages("XLConnect")

# Load the XLConnect package and get ready to use it
require(XLConnect)