Error in XLConnect
Error in XLConnect I am trying to import an excel sheet into r. I used the following code: x <- loadWorkbook("x.xlsx") b <- readWorksheet(x, sheet="b") The first line works fine, however, running the second gives the following error: Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘readWorksheet’ for signature ‘"jobjRef", "character"’ I have no missing values in that sheet. For the purpose of reproducing, download trial.xlsx from https://github.com/ahmedfsalhin/1stpaper. trial.xlsx system info: Yosemite operating system. It would be very helpful to post a link to an example workbook that causes this. That said, Yosemite is brand-new; you may need to reinstall Java and/or wait for new CRAN builds of Rjava . – Carl Witthoft Oct 27 '14 at 14:07 ...