The xlsx library in R has capabilities for reading and writing Microsoft Excel files
From CRAN:
Provide R functions to read/write/format Excel 2007 and Excel 97/2000/XP/2003 file formats.
xlsx
uses Java (through rJava
) on the back end to read and write .xls and .xlsx files.
Package written and maintained by Adrian Dragulescu.