How can I read an Excel file directly into R? Or should I first export the data to a text- or CSV file and import that file into R?
Just gave the package openxlsx a try today. It worked really well (and fast).
openxlsx
http://cran.r-project.org/web/packages/openxlsx/index.html