On Mon, Dec 3, 2012 at 1:27 PM, Nico Met <nicome...@gmail.com> wrote: > Dear all, > > this is the code I used to read the .xlsx file but get an error message!!!! > > library(rJava) > library(XLConnectJars) > library(XLConnect) > file<-readWorksheetFromFile("all_in.xlsx", sheet = 1) > > Error: NoClassDefFoundError (Java): Could not initialize class > org.apache.poi.POIXMLDocument > > No idea where it went wrong > > Regards > > Nico >
Can you run the examples from some of the package help pages or is the whole thing not working? Michael ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.