Skip to content
Prev 361270 / 398506 Next

read multiple sheets of excel data into R

Try the 'openxlsx' package.  I gave up using XLConnect because of the Java
requirement, and speed on larger tables. "openxlsx" has the access routines
written in C so you don't need any other outside dependencies.


Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.

On Sat, May 28, 2016 at 2:34 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us>
wrote: