rexcel


An R package to read/write/format Excel 2007 and Excel 97/2000/XP/2003 file formats

Project has moved!!!

See https://github.com/dragua/rexcel

An R package to interact with Excel files using the Apache POI java library

You can find the official version of this package published on CRAN under the name xlsx. I have set up this google project to manage the social aspect of the package. I hope users will report the issues directly in the issues list, register for announcements, and have a place where they can obtain the latest development branch of the package.

Topics

  • QuickStart
  • LowLevelAPI
  • FAQ
  • About

The examples showed in the wiki pages are indicative of what you can do with the package. You should always check the package documentation for a complete description of functions arguments and more examples.

Install development version

Follow the link to the tar balls https://drive.google.com/folderview?id=0BwnLQ0X-JcJoYlVDeUNCODdEcjA&usp=sharing. Get the latest .tar.gz files, and then from R, install.packages("xlsxjars_0.6.1.tar.gz", type="source") install.packages("xlsx_0.5.7.tar.gz", type="source") The md5 checksums are: 63145230abfc7770d3702b529dbcbc8a xlsxjars_0.7.0.tar.gz d4d529a6c1b5c55e27b73442b31dfab7 xlsx_0.5.7.tar.gz 36213b689d89af437a43ba8432f2298b xlsxjars_0.6.1.tar.gz

Project Information

The project was created on Dec 24, 2011.

Labels:
R Excel Apache POI